Release 1.6.4-6
Fix the hardening issue "FAIL: bind-now test because not linked with -Wl,-z,now" Resolves: RHEL-33490 Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
parent
b67fc2e655
commit
04e7f7a7b5
@ -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 <ltao@redhat.com> - 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 <releng@fedoraproject.org> - 1.6.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user