From fcc65af97d19057d9ea95b747ce312d64521b2a9 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 17 Feb 2022 06:31:46 +0100 Subject: [PATCH] slirp4netns-1.1.12-4.el9 - update gating.yaml as we have no local tests in dist-git - Related: #2000051 Signed-off-by: Jindrich Novy --- gating.yaml | 3 +-- slirp4netns.spec | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index e49fcf1..dfc23d3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +rules: [] diff --git a/slirp4netns.spec b/slirp4netns.spec index c2e16b1..cb62485 100644 --- a/slirp4netns.spec +++ b/slirp4netns.spec @@ -2,7 +2,7 @@ Name: slirp4netns Version: 1.1.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: slirp for network namespaces License: GPLv2 URL: %{git0} @@ -60,6 +60,10 @@ make DESTDIR=%{buildroot} install install-man %{_mandir}/man1/%{name}.1.gz %changelog +* Thu Feb 17 2022 Jindrich Novy - 1.1.12-4 +- update gating.yaml as we have no local tests in dist-git +- Related: #2000051 + * Tue Feb 15 2022 Jindrich Novy - 1.1.12-3 - fix gating - don't use insecure functions - thanks to Marc-André Lureau - Related: #2000051