From 14b2431a7ac842bcc2aa831e411691ab111a60f5 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 3 Sep 2024 21:14:35 +0200 Subject: [PATCH] libnftnl-1.2.7-3.el10 * Tue Sep 03 2024 Phil Sutter [1.2.7-3.el10] - Bump release to trigger CI (Phil Sutter) Resolves: RHEL-34697 --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 3 ++- libnftnl.spec | 5 ++++- plans/tier1-gating.fmf | 10 ++++++++++ 5 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/tier1-gating.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 4ca9235..2fb6568 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,7 @@ +# Gating rhel --- !Policy product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functional} diff --git a/libnftnl.spec b/libnftnl.spec index 4c7f6fb..fb69764 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,5 +1,5 @@ %define libnftnl_rpmversion 1.2.7 -%define libnftnl_specrelease 2 +%define libnftnl_specrelease 3 Name: libnftnl Version: %{libnftnl_rpmversion} @@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Tue Sep 03 2024 Phil Sutter [1.2.7-3.el10] +- Bump release to trigger CI (Phil Sutter) + * Fri Aug 02 2024 Phil Sutter [1.2.7-2.el10] - Bump release to trigger CI (Phil Sutter) diff --git a/plans/tier1-gating.fmf b/plans/tier1-gating.fmf new file mode 100644 index 0000000..c3da2dd --- /dev/null +++ b/plans/tier1-gating.fmf @@ -0,0 +1,10 @@ +summary: Internal Tier1-gating beakerlib tests +discover: + how: fmf + url: git://pkgs.devel.redhat.com/tests/libnftnl + filter: 'tag: CI-gating & tag: -destructive' +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream or distro == fedora