This commit is contained in:
Hui Wang 2023-02-01 23:04:51 +08:00
parent 15697b3264
commit 1b9c3de94a
2 changed files with 10 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Epoch: 1
Summary: Eclipse Compiler for Java
Name: ecj
Version: %{eclipse_ver}
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://www.eclipse.org
License: EPL-2.0
@ -73,6 +73,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
%{_mandir}/man1/ecj*
%changelog
* Wed Feb 01 2023 Hui Wang <huwang@redhat.com> - 1:4.20-1
- Add gating.yaml
* Thu Jan 19 2023 Hui Wang <huwang@redhat.com> - 1:4.20-1
- Update to 4.20

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}