diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..01ac163 --- /dev/null +++ b/gating.yaml @@ -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} + diff --git a/python-pygit2.spec b/python-pygit2.spec index 8731e86..d62dc24 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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 - 1.14.0-1 +- Add gating.yaml +- Set Release value explicitly +