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