Fix gaiting failure

Resolves: RHEL-70719

Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
Kamal Heib 2024-12-10 15:18:22 -05:00
parent 62b6dc09c7
commit ab8f682103

View File

@ -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 <kheib@redhat.com> - 3.0.2-7
- Fix gaiting failure
Resolves: RHEL-70719
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.2-6
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018