skopeo-1.18.1-3.el9

- fix gating.yaml
- Related: RHEL-80816

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2025-03-18 12:27:26 +01:00
parent 5fe4436d88
commit 8ebc3064f2
2 changed files with 5 additions and 11 deletions

View File

@ -1,13 +1,3 @@
--- !Policy
product_versions:
- fedora-*
decision_context:
- bodhi_update_push_stable
- bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-*

View File

@ -26,7 +26,7 @@
Name: skopeo
Epoch: 2
Version: 1.18.1
Release: 2%{?dist}
Release: 3%{?dist}
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
%if %{defined golang_arches_future}
@ -164,6 +164,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
%{_datadir}/%{name}/test
%changelog
* Tue Mar 18 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.18.1-3
- fix gating.yaml
- Related: RHEL-80816
* Fri Mar 14 2025 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.18.1-2
- Fix bats dep on tests subpackage
- Resolves: RHEL-80616