From ef9076b310d3e1380502ee0df8b4df44b9ed3945 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 6 Aug 2024 22:30:24 +0200 Subject: [PATCH] - fix license tag - enable gating test Related: RHEL-43273 --- gating.yaml | 7 +++++++ iprutils.spec | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b6a106b --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +#gating rhel +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/iprutils.spec b/iprutils.spec index b1fee7d..2730585 100644 --- a/iprutils.spec +++ b/iprutils.spec @@ -3,8 +3,8 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils Version: 2.4.19 -Release: 12%{?dist} -License: CPL +Release: 13%{?dist} +License: CPL-1.0 URL: https://github.com/bjking1/iprutils Source0: https://github.com/bjking1/iprutils/archive/%{gitver}/%{name}-%{version}.tar.gz @@ -80,6 +80,11 @@ rm %{buildroot}/%{_sysconfdir}/ha.d/resource.d/iprha %changelog +* Mon Aug 05 2024 Than Ngo - 2.4.19-13 +- fix license tag + +Related: RHEL-43273 + * Mon Jul 08 2024 Than Ngo - 2.4.19-12 - fix covscan issues - limit to ppc64le