From 1834c9eb2581e1a01b050a0b6345b5f3be7279a1 Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Tue, 10 Dec 2024 14:51:40 -0500 Subject: [PATCH] Fix gating failure Resolves: RHEL-70724 Signed-off-by: Kamal Heib --- gating.yaml | 2 +- opensm.spec | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gating.yaml b/gating.yaml index 3442642..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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} diff --git a/opensm.spec b/opensm.spec index 95fc07e..7965573 100644 --- a/opensm.spec +++ b/opensm.spec @@ -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 - 3.3.24-12 +- Fix gating failure + Resolves: RHEL-70724 + * Tue Oct 29 2024 Troy Dawson - 3.3.24-11 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018