Related: #2160545
This commit is contained in:
parent
15697b3264
commit
1b9c3de94a
5
ecj.spec
5
ecj.spec
@ -8,7 +8,7 @@ Epoch: 1
|
|||||||
Summary: Eclipse Compiler for Java
|
Summary: Eclipse Compiler for Java
|
||||||
Name: ecj
|
Name: ecj
|
||||||
Version: %{eclipse_ver}
|
Version: %{eclipse_ver}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: https://www.eclipse.org
|
URL: https://www.eclipse.org
|
||||||
License: EPL-2.0
|
License: EPL-2.0
|
||||||
|
|
||||||
@ -73,6 +73,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
|
|||||||
%{_mandir}/man1/ecj*
|
%{_mandir}/man1/ecj*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 19 2023 Hui Wang <huwang@redhat.com> - 1:4.20-1
|
||||||
- Update to 4.20
|
- Update to 4.20
|
||||||
|
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
Loading…
Reference in New Issue
Block a user