diff --git a/crash-gcore-command.spec b/crash-gcore-command.spec index 0729efd..0e029d9 100644 --- a/crash-gcore-command.spec +++ b/crash-gcore-command.spec @@ -3,7 +3,7 @@ Summary: Gcore extension module for the crash utility Name: crash-gcore-command Version: 1.6.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-only Source0: https://github.com/fujitsu/crash-gcore/archive/v%{version}/%{name}-%{version}.tar.gz URL: https://github.com/fujitsu/crash-gcore @@ -23,7 +23,7 @@ running in a kernel dump file. %autosetup -n %{reponame}-%{version} -p1 %build -%make_build -C src -f gcore.mk +%make_build CFLAGS="%{optflags} -Wl,-z,now" -C src -f gcore.mk %install install -m 0755 -d %{buildroot}%{_libdir}/crash/extensions @@ -36,6 +36,10 @@ install -m 0755 -t %{buildroot}%{_libdir}/crash/extensions %{_builddir}/%{repona %license COPYING %changelog +* Wed Apr 24 2024 Tao Liu - 1.6.4-6 +- Fix the hardening issue "FAIL: bind-now test because not linked with -Wl,-z,now" +- add gating.yaml + * Wed Jan 24 2024 Fedora Release Engineering - 1.6.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild