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