Fix release tag

Add gating configuration

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2024-07-31 14:19:02 -04:00
parent ce62940a88
commit 8f21348772
2 changed files with 12 additions and 1 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

@ -7,7 +7,7 @@
Name: libgit2
Version: 1.7.2
Release: 1
Release: 2%{?dist}
Summary: C implementation of the Git core methods as a library with a solid API
License: GPLv2 with exceptions
URL: https://libgit2.org/
@ -110,5 +110,9 @@ popd
%{_includedir}/git2/
%changelog
* Wed Jul 31 2024 Stephen Gallagher <sgallagh@redhat.com> - 1.7.2-2.el9
- Fix release tag
- Add gating configuration
* Wed Jul 31 2024 Stephen Gallagher <sgallagh@redhat.com> - 1.7.2-1
- Import from Fedora into CentOS Stream 9