On 02/13/19 at 01:21am, Kairui Song wrote:
This make the package pass the build flags check by enabling hardening flags. Fix previous compile issue with hardening flags and update eppic.
This make the pacakge passes annocheck in Fedora:
annocheck kexec-tools-2.0.18-3.fc30.x86_64.rpm Hardened: eppic_makedumpfile.so: PASS. Hardened: makedumpfile: PASS. Hardened: kexec: PASS. Hardened: vmcore-dmesg: PASS.
Kairui Song (2): Enable building with hardening flags Update eppic to latest upstream snapshot
...es-honor-the-CFLAGS-from-environment.patch | 41 +++++++++++++++++++ ...0.18-purgatory-Use-standalond-CFLAGS.patch | 34 +++++++++++++++ kexec-tools.spec | 16 +++++--- sources | 2 +- 4 files changed, 87 insertions(+), 6 deletions(-) create mode 100644 kexec-tools-2.0.18-makedumpfiles-honor-the-CFLAGS-from-environment.patch create mode 100644 kexec-tools-2.0.18-purgatory-Use-standalond-CFLAGS.patch
-- 2.20.1
nice work, assumed all tested:
Acked-by: Dave Young dyoung@redhat.com
Thanks Dave