import opencsd-1.0.0-5.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:18:00 -05:00 committed by Stepan Oksanichenko
parent a34aab49f7
commit fc82fa12b4
1 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: opencsd
Version: 1.0.0
Release: 3%{?dist}
Release: 5%{?dist}
Summary: An open source CoreSight(tm) Trace Decode library
License: BSD
@ -33,6 +33,7 @@ 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}
@ -58,6 +59,18 @@ PREFIX=%{buildroot}%{_prefix} LIB_PATH=%{_lib} make install DISABLE_STATIC=1 DEF
#------------------------------------------------------------------------------
%changelog
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
- Added some linker hardening flags to pass annocheck
Related: rhbz#2031802
* Tue Dec 14 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-5
- Added gating
Related: rhbz#2031794
* Tue Dec 07 2021 Michael Petlan <mpetlan@redhat.com> - 1.0.0-4
- Bump NVR, needed for erratum RHBA-2021:85351
Related: rhbz#2029382
* 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