Add gating.yaml

Set Release value explicitly

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2024-08-19 21:30:03 -04:00
parent 503c3680b1
commit 582d80f649
2 changed files with 12 additions and 2 deletions

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -2,7 +2,7 @@
Name: python-%{pkgname}
Version: 1.14.0
Release: %autorelease
Release: 1%{?dist}
Summary: Python bindings for libgit2
License: GPL-2.0-only WITH GCC-exception-2.0
@ -91,4 +91,7 @@ rm -f pygit2/__init__.py
%changelog
%autochangelog
* Mon Aug 19 2024 Stephen Gallagher <sgallagh@redhat.com> - 1.14.0-1
- Add gating.yaml
- Set Release value explicitly