- version 69

- add use --as-needed in default ld spec file
This commit is contained in:
Tomasz Kłoczko 2017-11-13 22:12:34 +00:00
parent fb76fd5200
commit dcd8ad8bcb
2 changed files with 5 additions and 2 deletions

View File

@ -2,4 +2,4 @@
+ %{!static:%{!shared:%{!r:-pie}}}
*link:
+ -z now
+ -z now --as-neede

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 68
Version: 69
Release: 1%{?dist}
# No version specified.
License: GPL+
@ -143,6 +143,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
%{_rpmconfigdir}/macros.d/macros.kmp
%changelog
* Thu Nov 13 2017 Tomasz Kłoczko <kloczek@fedoraproject.org> - 69-1
- add use --as-needed in default ld spec file
* Thu Oct 26 2017 Troy Dawson <tdawson@redhat.com> - 68-1
- Remove Requires: fedora-rpm-macros