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
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
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
|
Name: opensm
|
||||||
Version: 3.3.24
|
Version: 3.3.24
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
||||||
License: GPL-2.0-only OR Linux-OpenIB
|
License: GPL-2.0-only OR Linux-OpenIB
|
||||||
Url: https://github.com/linux-rdma/opensm
|
Url: https://github.com/linux-rdma/opensm
|
||||||
@ -89,9 +89,6 @@ mkdir -p ${RPM_BUILD_ROOT}/var/cache/opensm
|
|||||||
%systemd_preun opensm.service
|
%systemd_preun opensm.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ -d /var/cache/opensm ]; then
|
|
||||||
rm -fr /var/cache/opensm
|
|
||||||
fi
|
|
||||||
%systemd_postun_with_restart opensm.service
|
%systemd_postun_with_restart opensm.service
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
@ -121,6 +118,10 @@ fi
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.24-11
|
||||||
- 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