From 3323eab74d4325e87575ed1a6f464d3a1b541b46 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 1 Oct 2021 12:44:46 +0200 Subject: [PATCH] yajl-2.1.0-20.el9 - perform only sanity/installability tests for now - Related: #2000051 Signed-off-by: Jindrich Novy --- gating.yaml | 3 +-- yajl.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/yajl.spec b/yajl.spec index 71709f4..69bdf4d 100644 --- a/yajl.spec +++ b/yajl.spec @@ -3,7 +3,7 @@ Name: yajl Version: 2.1.0 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Yet Another JSON Library (YAJL) License: ISC @@ -94,6 +94,10 @@ cd test %changelog +* Fri Oct 01 2021 Jindrich Novy - 2.1.0-20 +- perform only sanity/installability tests for now +- Related: #2000051 + * Wed Sep 29 2021 Jindrich Novy - 2.1.0-19 - add gating.yaml - Related: #2000051