Fix gaiting failure
Resolves: RHEL-70719 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
62b6dc09c7
commit
ab8f682103
@ -1,6 +1,6 @@
|
|||||||
Name: prrte
|
Name: prrte
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: PMIx Reference RunTime Environment (PRRTE)
|
Summary: PMIx Reference RunTime Environment (PRRTE)
|
||||||
# src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
|
# src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
|
||||||
# -devel related licenses:
|
# -devel related licenses:
|
||||||
@ -69,6 +69,9 @@ echo 'typedef int x;' > src/util/qsort.c
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
CPPFLAGS="$CPPFLAGS -fcf-protection"
|
||||||
|
export CPPFLAGS
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=%{_sysconfdir}/prte \
|
--sysconfdir=%{_sysconfdir}/prte \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -118,6 +121,10 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.2-6
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user