From ab8f6821039dd67b64b8c41ada3fffbc8334560c Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Tue, 10 Dec 2024 15:18:22 -0500 Subject: [PATCH] Fix gaiting failure Resolves: RHEL-70719 Signed-off-by: Kamal Heib --- prrte.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/prrte.spec b/prrte.spec index 436c36f..5f8f441 100644 --- a/prrte.spec +++ b/prrte.spec @@ -1,6 +1,6 @@ Name: prrte Version: 3.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PMIx Reference RunTime Environment (PRRTE) # src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause # -devel related licenses: @@ -69,6 +69,9 @@ echo 'typedef int x;' > src/util/qsort.c %build +CPPFLAGS="$CPPFLAGS -fcf-protection" +export CPPFLAGS + %configure \ --sysconfdir=%{_sysconfdir}/prte \ --disable-static \ @@ -118,6 +121,10 @@ find %{buildroot} -name '*.la' -delete %changelog +* Tue Dec 10 2024 Kamal Heib - 3.0.2-7 +- Fix gaiting failure + Resolves: RHEL-70719 + * Tue Oct 29 2024 Troy Dawson - 3.0.2-6 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018