|
|
@ -4,9 +4,9 @@
|
|
|
|
#%%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
|
|
|
|
#%%global shortcommit %%(c=%%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: libtraceevent
|
|
|
|
Name: libtraceevent
|
|
|
|
Version: 1.5.3
|
|
|
|
Version: 1.8.4
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
License: LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later
|
|
|
|
Summary: Library to parse raw trace event formats
|
|
|
|
Summary: Library to parse raw trace event formats
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
|
|
|
|
URL: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
|
|
|
@ -39,17 +39,10 @@ Development headers of %{name}-libs
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-style-xsl | grep manpages/docbook.xsl`
|
|
|
|
MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-style-xsl | grep manpages/docbook.xsl`
|
|
|
|
%set_build_flags
|
|
|
|
# Parallel build does not work
|
|
|
|
#looks like CFLAGS is ignored when compiling plugins, but not EXTRA_CFLAGS
|
|
|
|
make -O -j1 V=1 VERBOSE=1 EXTRA_CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" prefix=%{_prefix} libdir=%{_libdir} MANPAGE_XSL=%{MANPAGE_DOCBOOK_XSL} all doc
|
|
|
|
export EXTRA_CFLAGS="%{optflags}"
|
|
|
|
|
|
|
|
export LDFLAGS="-Wl,-z,now"
|
|
|
|
|
|
|
|
make -O -j1 V=1 VERBOSE=1 prefix=%{_prefix} libdir=%{_libdir} MANPAGE_XSL=%{MANPAGE_DOCBOOK_XSL} all doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%set_build_flags
|
|
|
|
|
|
|
|
#looks like CFLAGS is ignored when compiling plugins, but not EXTRA_CFLAGS
|
|
|
|
|
|
|
|
export EXTRA_CFLAGS="%{optflags}"
|
|
|
|
|
|
|
|
export LDFLAGS="-Wl,-z,now"
|
|
|
|
|
|
|
|
%make_install prefix=%{_prefix} libdir=%{_libdir} install doc-install
|
|
|
|
%make_install prefix=%{_prefix} libdir=%{_libdir} install doc-install
|
|
|
|
rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
|
|
|
|
rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
|
|
|
|
|
|
|
|
|
|
|
@ -62,6 +55,7 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
|
|
|
|
%{_mandir}/man3/tep_*.3.*
|
|
|
|
%{_mandir}/man3/tep_*.3.*
|
|
|
|
%{_mandir}/man3/libtraceevent.3.*
|
|
|
|
%{_mandir}/man3/libtraceevent.3.*
|
|
|
|
%{_mandir}/man3/trace_seq*.3.*
|
|
|
|
%{_mandir}/man3/trace_seq*.3.*
|
|
|
|
|
|
|
|
%{_mandir}/man3/kbuffer_*.3.gz
|
|
|
|
%{_docdir}/%{name}-doc
|
|
|
|
%{_docdir}/%{name}-doc
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -70,40 +64,78 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
|
|
|
|
%{_libdir}/pkgconfig/libtraceevent.pc
|
|
|
|
%{_libdir}/pkgconfig/libtraceevent.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Oct 19 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-3
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.8.4-3
|
|
|
|
- Rebuild due to broken brew build again, disable parallel build
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#2134397
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-2
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.4-2
|
|
|
|
- Rebuild due to broken brew environment
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#2134397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 30 2022 Michael Petlan <mpetlan@redhat.com> - 1.5.3-1
|
|
|
|
* Thu Oct 24 2024 Jerome Marchand <jmarchan@redhat.com> - 1.8.4-2
|
|
|
|
- Rebase to v1.5.3
|
|
|
|
- Use EXTRA_CFLAGS to fix annocheck (RHEL-33502)
|
|
|
|
Related: rhbz#2075213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Michael Petlan <mpetlan@redhat.com> - 1.1.1-8
|
|
|
|
* Thu Oct 24 2024 Jerome Marchand <jmarchan@redhat.com> - 1.8.4-1
|
|
|
|
- Harden linking to meet annocheck requirements
|
|
|
|
- Update to 1.8.4 (RHEL-61627)
|
|
|
|
Related: rhbz#2037125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 19 2021 Jerome Marchand <jmarchan@redhat.com> - 1.1.1-7
|
|
|
|
* Thu Oct 10 2024 Jerome Marchand <jmarchan@redhat.com> - 1.8.2-5
|
|
|
|
- Fix rpminspect annocheck issue.
|
|
|
|
- Fix double free in event_read_print_args (RHEL-61627)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 26 2021 Jerome Marchand <jmarchan@redhat.com> - 1.1.1-6
|
|
|
|
* Wed Jul 10 2024 Jerome Marchand <jmarchan@redhat.com> - 1.8.2-5
|
|
|
|
- Handle parsing of "(REC)->" case
|
|
|
|
- Fix SAST vulnerabilities (RHEL-40624)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-5
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.8.2-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 6 2021 Michael Petlan <mpetlan@redhat.com> - 1.1.1-4
|
|
|
|
* Tue Jun 18 2024 Jerome Marchand <jmarchan@redhat.com> - 1.8.2-3
|
|
|
|
- Remove conflict to enable perf linking. Resolves: rhbz#1957733
|
|
|
|
- Use the distribution building flags (RHEL-33502)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 2021 Jerome Marchand <jmarchan@redhat.com> - 1.1.1-3
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
|
|
|
|
- Multi-build with libtracefs, trace-cmd and kernelshark
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-2
|
|
|
|
* Tue Jan 23 2024 Zamir SUN <sztsian@gmail.com> - 1.8.2-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 1.8.2 (#2213358)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Zamir SUN <sztsian@gmail.com> - 1.7.2-2
|
|
|
|
|
|
|
|
- SPDX migration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 05 2023 Zamir SUN <sztsian@gmail.com> - 1.7.2-1
|
|
|
|
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Zamir SUN <sztsian@gmail.com> - 1.6.3-1
|
|
|
|
|
|
|
|
- Update to 1.6.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 15 2022 Zamir SUN <sztsian@gmail.com> - 1.5.3-2
|
|
|
|
|
|
|
|
- Disable parallel compile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 14 2022 Zamir SUN <sztsian@gmail.com> - 1.5.3-1
|
|
|
|
|
|
|
|
- Update to 1.5.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Zamir SUN <sztsian@gmail.com> - 1.5.0-1
|
|
|
|
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 07 2021 Justin Forbes <jforbes@fedoraproject.org>
|
|
|
|
|
|
|
|
- Remove erroneus "Conflicts: perf" which broke perf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 19 2021 Zamir SUN <sztsian@gmail.com> - 1.2.1-1
|
|
|
|
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Zamir SUN <sztsian@gmail.com> - 1.1.1-1
|
|
|
|
* Mon Feb 08 2021 Zamir SUN <sztsian@gmail.com> - 1.1.1-1
|
|
|
|
- Update to 1.1.1
|
|
|
|
- Update to 1.1.1
|
|
|
|