From 8f21348772f020943753fd896a434e056c403c43 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 31 Jul 2024 14:19:02 -0400 Subject: [PATCH] Fix release tag Add gating configuration Signed-off-by: Stephen Gallagher --- gating.yaml | 7 +++++++ libgit2.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml 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/libgit2.spec b/libgit2.spec index f8ffe95..16c7f04 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -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 - 1.7.2-2.el9 +- Fix release tag +- Add gating configuration + * Wed Jul 31 2024 Stephen Gallagher - 1.7.2-1 - Import from Fedora into CentOS Stream 9