From fcd4ea5ea6eef02011cd9205726cf877462f0cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Tue, 31 May 2022 16:07:44 +0200 Subject: [PATCH] Add gating.yaml Related: rhbz#2090691 --- cronie.spec | 6 +++++- gating.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/cronie.spec b/cronie.spec index 1abd205..57f1e41 100644 --- a/cronie.spec +++ b/cronie.spec @@ -6,7 +6,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.5.7 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT and BSD and ISC and GPLv2+ URL: https://github.com/cronie-crond/cronie Source0: https://github.com/cronie-crond/cronie/releases/download/cronie-%{version}/cronie-%{version}.tar.gz @@ -211,6 +211,10 @@ exit 0 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/dailyjobs %changelog +* Tue May 31 2022 Ondřej Pohořelský - 1.5.7-7 +- Add gating.yaml + Related: rhbz#2090691 + * Fri May 27 2022 Ondřej Pohořelský - 1.5.7-6 - Add support for "~" ("random within range") Resolves: rhbz#2090691 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}