Resolves: RHEL-33512, fixed Annocheck FAIL: bind-now fortify pie

This commit is contained in:
Than Ngo 2024-04-25 12:27:20 +02:00
parent e0b052deed
commit 68366aeefc
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up skiboot-7.1/external/ffspart/Makefile.me skiboot-7.1/external/ffspart/Makefile
diff -up skiboot-7.1/external/ffspart/rules.mk.me skiboot-7.1/external/ffspart/rules.mk
--- skiboot-7.1/external/ffspart/rules.mk.me 2024-04-24 17:08:41.442757994 -0400
+++ skiboot-7.1/external/ffspart/rules.mk 2024-04-24 17:15:25.754621756 -0400
@@ -33,5 +33,5 @@ $(LIBFLASH_OBJS): libflash-%.o : libflas
$(Q_CC)$(CC) $(CFLAGS) -c $< -o $@
$(EXE): $(OBJS)
- $(Q_CC)$(CC) $(CFLAGS) $^ -lrt -o $@
+ $(Q_CC)$(CC) $(LDFLAGS) $^ -lrt -o $@

View File

@ -2,7 +2,7 @@
Name: opal-prd
Version: 7.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: OPAL Processor Recovery Diagnostics Daemon
License: Apache-2.0
@ -26,6 +26,8 @@ Source1: opal-prd-rsyslog
Source2: opal-prd-logrotate
Source3: ffspart.man
# Annocheck FAIL: bind-now fortify pie
Patch0: opal-prd-ffspart-annocheck.patch
%description
This package provides a daemon to load and run the OpenPower firmware's
@ -114,6 +116,9 @@ install -m 644 -p %{SOURCE3} %{buildroot}%{_mandir}/man1/ffspart.1
%changelog
* Wed Apr 24 2024 Than Ngo <than@redhat.com> - 7.1-4
- Resolves: RHEL-33512, fixed Annocheck FAIL: bind-now fortify pie
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild