fix copy-paste gating file - use only baseosci

there are no osci tests

related: #RHEL-48781
This commit is contained in:
Michal Hlavinka 2024-07-20 23:45:48 +02:00
parent 2c3e673b31
commit 4a18ef8c3a
2 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -14,7 +14,7 @@
Name: openjpeg2
Version: 2.5.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C-Library for JPEG 2000
# windirent.h is MIT, the rest is BSD
@ -441,6 +441,9 @@ rm -rf %{buildroot}%{mingw64_datadir}/doc
%changelog
* Sat Jul 20 2024 Michal Hlavinka <mhlavink@redhat.com> - 2.5.2-2
- rebuild
* Thu Jul 18 2024 Michal Hlavinka <mhlavink@redhat.com> - 2.5.2-1
- updated to 2.5.2 (#RHEL-48781)