Fix release tag
Add gating configuration Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
ce62940a88
commit
8f21348772
7
gating.yaml
Normal file
7
gating.yaml
Normal 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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user