From 4d170d939c2c718bc7fe0f6ad90e82a3f6c85180 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 1 Oct 2021 10:28:00 +0200 Subject: [PATCH] python-podman-3.2.1-3.el9 - perform only sanity/installability tests for now - Related: #2000051 Signed-off-by: Jindrich Novy --- gating.yaml | 3 +-- python-podman.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/python-podman.spec b/python-podman.spec index 450e6d8..35cbb08 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,7 +1,7 @@ Name: python-podman Epoch: 3 Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py @@ -44,6 +44,10 @@ export PBR_VERSION="0.0.0" %doc README.md %changelog +* Fri Oct 01 2021 Jindrich Novy - 3:3.2.1-3 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 3:3.2.1-2 - rebuilt - Related: #2000051