From 8e7c2948501b1506dcacbe24557a5dc957488d14 Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Fri, 12 Nov 2021 12:20:45 +0100 Subject: [PATCH] not gating on revdeps.integration --- gating.yaml | 1 - libssh.spec | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 18b8f49..e3a019f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -21,6 +21,5 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.userspace-fips-mode.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} diff --git a/libssh.spec b/libssh.spec index 9a2eed1..fb29a75 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -126,6 +126,11 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Fri Nov 12 2021 Stanislav Zidek - 0.9.6-3 ++ libssh-0.9.6-3 +- Disabled gating on osci.brew-build.revdeps.integration + Related: rhbz#2022034 + * Thu Nov 11 2021 Stanislav Zidek - 0.9.6-2 - STI, FMF, and gating fixes Resolves: rhbz#2022034