Fix gating failure
Resolves: RHEL-70724 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
16168cef8a
commit
1834c9eb25
@ -3,4 +3,4 @@ product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: opensm
|
||||
Version: 3.3.24
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
||||
License: GPL-2.0-only OR Linux-OpenIB
|
||||
Url: https://github.com/linux-rdma/opensm
|
||||
@ -89,9 +89,6 @@ mkdir -p ${RPM_BUILD_ROOT}/var/cache/opensm
|
||||
%systemd_preun opensm.service
|
||||
|
||||
%postun
|
||||
if [ -d /var/cache/opensm ]; then
|
||||
rm -fr /var/cache/opensm
|
||||
fi
|
||||
%systemd_postun_with_restart opensm.service
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
@ -121,6 +118,10 @@ fi
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Tue Dec 10 2024 Kamal Heib <kheib@redhat.com> - 3.3.24-12
|
||||
- Fix gating failure
|
||||
Resolves: RHEL-70724
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.24-11
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user