From dbbd87846365ecf530f1b16b3040684d7fa1e64e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 6 Aug 2024 14:50:20 +0200 Subject: [PATCH] copy gating.yaml from c9s Signed-off-by: Adrian Reber --- gating.yaml | 6 ++++++ libnet.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/libnet.spec b/libnet.spec index 8ea401c..5771e71 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,7 +1,7 @@ Summary: C library for portable packet creation and injection Name: libnet Version: 1.3 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD-2-Clause AND BSD-3-Clause URL: https://github.com/libnet/libnet Source0: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -96,6 +96,9 @@ done %endif %changelog +* Tue Aug 06 2024 Adrian Reber - 1.3-5 +- copy gating.yaml from c9s + * Mon Jun 24 2024 Troy Dawson - 1.3-4 - Bump release for June 2024 mass rebuild