From ef71c702d84187958a32239dfa241a56fed4d205 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 23 May 2024 14:43:43 +0200 Subject: [PATCH] Related: RHEL-31935, added gating.yaml and removed unneeded patch --- gating.yaml | 6 ++++++ librtas-2.0.1-libversion.patch | 27 --------------------------- 2 files changed, 6 insertions(+), 27 deletions(-) create mode 100644 gating.yaml delete mode 100644 librtas-2.0.1-libversion.patch diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..3ccba0a --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/librtas-2.0.1-libversion.patch b/librtas-2.0.1-libversion.patch deleted file mode 100644 index 3cf27ec..0000000 --- a/librtas-2.0.1-libversion.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 2c954feaa59657fd8a13cf6e7208c4bf8c46f0dc Mon Sep 17 00:00:00 2001 -From: Sinny Kumari -Date: Sun, 19 Mar 2017 00:21:22 +0530 -Subject: [PATCH] Update library version to 2.0.1 to match with release version - ---- - Makefile.am | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index e02d007..5f819c3 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -19,7 +19,9 @@ AM_CFLAGS = -I$(top_srcdir)/librtas_src/ -I$(top_srcdir)/librtasevent_src/ - - library_includedir=$(includedir) - --LIBRTAS_LIBRARY_VERSION = 2:0:0 -+# CURRENT:REVISION:AGE(C:R:A) -+# For calculating version number of library, formula used is (C - A).(A).(R) -+LIBRTAS_LIBRARY_VERSION = 2:2:0 - - lib_LTLIBRARIES += librtas.la - librtas_la_LDFLAGS = -version-info $(LIBRTAS_LIBRARY_VERSION) --- -2.9.3 -