diff --git a/ecj.spec b/ecj.spec index abd2a4d..7484382 100644 --- a/ecj.spec +++ b/ecj.spec @@ -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 - 1:4.20-1 +- Add gating.yaml + * Thu Jan 19 2023 Hui Wang - 1:4.20-1 - Update to 4.20 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}