|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%global opencsd_tag dac554d62d514b202174506995afc0e109ef3fea
|
|
|
|
|
%global opencsd_tag 553d74524332be146675980ef611153d1a1ab6f8
|
|
|
|
|
|
|
|
|
|
Name: opencsd
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.4.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: An open source CoreSight(tm) Trace Decode library
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
URL: https://github.com/Linaro/OpenCSD
|
|
|
|
|
Source0: https://github.com/Linaro/OpenCSD/archive/%{opencsd_tag}.tar.gz
|
|
|
|
|
|
|
|
|
@ -33,7 +33,6 @@ to develop CoreSight(tm) trace decoders.
|
|
|
|
|
cd decoder/build/linux
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
export LDFLAGS="-pie -z now"
|
|
|
|
|
LIB_PATH=%{_lib} make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -59,35 +58,56 @@ PREFIX=%{buildroot}%{_prefix} LIB_PATH=%{_lib} make install DISABLE_STATIC=1 DEF
|
|
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 21 2022 Michael Petlan <mpetlan@redhat.com> - 1.2.0-2
|
|
|
|
|
- Update to upstream 1.2.0 -- fix opencsd_tag
|
|
|
|
|
Related: rhbz#2041578
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.4.1-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Michael Petlan <mpetlan@redhat.com> - 1.2.0-1
|
|
|
|
|
- Update to upstream 1.2.0
|
|
|
|
|
Related: rhbz#2041578
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Jeremy Linton <jeremy.linton@arm.com> - 1.4.1-0
|
|
|
|
|
- Update to upstream 1.4.1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Jeremy Linton <jeremy.linton@arm.com> - 1.4.0-0
|
|
|
|
|
- Update to upstream 1.4.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
|
|
|
|
|
- Added some linker hardening flags to pass annocheck
|
|
|
|
|
Related: rhbz#2031802
|
|
|
|
|
* Wed Dec 14 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.3.3-0
|
|
|
|
|
- Update to upstream 1.3.3, and SPDX migration
|
|
|
|
|
|
|
|
|
|
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
|
|
|
|
|
- Added gating
|
|
|
|
|
Related: rhbz#2031794
|
|
|
|
|
* Fri Oct 14 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.3.2-1
|
|
|
|
|
- Update to upstream 1.3.2
|
|
|
|
|
|
|
|
|
|
* Thu Aug 4 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.3.1-1
|
|
|
|
|
- Update to upstream 1.3.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.3.0-1
|
|
|
|
|
- Update to upstream 1.3.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.2.0-1
|
|
|
|
|
- Update to upstream 1.2.0
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-4
|
|
|
|
|
- Bump NVR, needed for erratum RHBA-2021:85351
|
|
|
|
|
Related: rhbz#2029382
|
|
|
|
|
* Fri Sep 10 2021 Jeremy Linton <jeremy.linton@arm.com> - 1.1.1-1
|
|
|
|
|
- Update to upstream 1.1.1
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri Feb 5 2021 Jeremy Linton <jeremy.linton@arm.com> - 1.0.0-1
|
|
|
|
|
- Update to upstream 1.0.0
|
|
|
|
|
|
|
|
|
|
* Fri Apr 9 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-1
|
|
|
|
|
- Rebased to upstream 1.0.0
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Jeremy Linton <jeremy.linton@arm.com> - 0.14.3-1
|
|
|
|
|
- Update to upstream 0.14.3
|
|
|
|
|