Skip to content

Commit

Permalink
Update spec files for ol7 and ol8
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
kvanhees committed Jun 23, 2021
1 parent 3db3cde commit 619f1f4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 4 deletions.
23 changes: 21 additions & 2 deletions buildrpm/ol7/dtrace.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BuildRequires: rpm
Name: dtrace
License: Universal Permissive License (UPL), Version 1.0
Group: Development/Tools
Requires: cpp elfutils-libelf zlib yum libpcap
Requires: cpp elfutils-libelf zlib libpcap
BuildRequires: glibc-headers bison flex zlib-devel elfutils-libelf-devel
BuildRequires: glibc-static %{glibc32} wireshark libpcap-devel
BuildRequires: kernel%{variant}-devel = %{build_kernel}
Expand All @@ -63,7 +63,7 @@ Conflicts: systemtap-sdt-devel
Provides: systemtap-sdt-devel
Summary: DTrace user interface.
Version: 2.0.0
Release: 1.3%{?dist}
Release: 1.4%{?dist}
Source: dtrace-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64 aarch64
Expand Down Expand Up @@ -229,6 +229,25 @@ fi
%{_libdir}/dtrace/testsuite

%changelog
* Wed Dec 9 2020 Kris Van Hees <kris.van.hees@oracle.com> - 2.0.0-1.4
- Implement aggregation support code for both producer and consumer.
[Orabug: 32254734]\
- Implement aggregation functions: count(), lquantize().
- Implement aggregation functions: avg(), llquantize(), quantize().
(Eugene Loh)
- Implement aggregation functions: max(), min(), stddev(), sum().
(David McLean)
- Implement the printa() action.
- Rework BPF code generation to use emit*() macros.
- Fix bitwise negation. (Eugene Loh) [Orabug: 32125018]
- Fix reporting when all quantize() data is in the last bin. (Eugene Loh)
[Orabug: 32148161]
- Load pre-compiled BPF functions even if they do not have relocations.
(Eugene Loh)
- Testsuite updates.
- Fix END probe execution when consumer stops the producer.
- Force use of bash as shell.

* Thu Oct 1 2020 Kris Van Hees <kris.van.hees@oracle.com> - 2.0.0-1.3
- Implement the freopen() action. (Eugene Loh)
- Implement the system() action. (Eugene Loh)
Expand Down
23 changes: 21 additions & 2 deletions buildrpm/ol8/dtrace.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BuildRequires: rpm
Name: dtrace
License: Universal Permissive License (UPL), Version 1.0
Group: Development/Tools
Requires: cpp elfutils-libelf zlib yum libpcap
Requires: cpp elfutils-libelf zlib libpcap
BuildRequires: glibc-headers bison flex zlib-devel elfutils-libelf-devel
BuildRequires: glibc-static %{glibc32} wireshark libpcap-devel
BuildRequires: kernel%{variant}-devel = %{build_kernel}
Expand All @@ -61,7 +61,7 @@ Conflicts: systemtap-sdt-devel
Provides: systemtap-sdt-devel
Summary: DTrace user interface.
Version: 2.0.0
Release: 1.3%{?dist}
Release: 1.4%{?dist}
Source: dtrace-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64 aarch64
Expand Down Expand Up @@ -227,6 +227,25 @@ fi
%{_libdir}/dtrace/testsuite

%changelog
* Wed Dec 9 2020 Kris Van Hees <kris.van.hees@oracle.com> - 2.0.0-1.4
- Implement aggregation support code for both producer and consumer.
[Orabug: 32254734]\
- Implement aggregation functions: count(), lquantize().
- Implement aggregation functions: avg(), llquantize(), quantize().
(Eugene Loh)
- Implement aggregation functions: max(), min(), stddev(), sum().
(David McLean)
- Implement the printa() action.
- Rework BPF code generation to use emit*() macros.
- Fix bitwise negation. (Eugene Loh) [Orabug: 32125018]
- Fix reporting when all quantize() data is in the last bin. (Eugene Loh)
[Orabug: 32148161]
- Load pre-compiled BPF functions even if they do not have relocations.
(Eugene Loh)
- Testsuite updates.
- Fix END probe execution when consumer stops the producer.
- Force use of bash as shell.

* Thu Oct 1 2020 Kris Van Hees <kris.van.hees@oracle.com> - 2.0.0-1.3
- Implement the freopen() action. (Eugene Loh)
- Implement the system() action. (Eugene Loh)
Expand Down

0 comments on commit 619f1f4

Please sign in to comment.