diff --git a/ant-antlr.changes b/ant-antlr.changes index 497afc4..8fa6a15 100644 --- a/ant-antlr.changes +++ b/ant-antlr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba + +- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4 + depends strictly on hamcrest-core only. + ------------------------------------------------------------------- Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba diff --git a/ant-antlr.spec b/ant-antlr.spec index 8dc0950..03030be 100644 --- a/ant-antlr.spec +++ b/ant-antlr.spec @@ -56,6 +56,7 @@ BuildRequires: javapackages-local %endif %if %{with junit} || %{with antlr} BuildRequires: ant = %{version} +BuildRequires: hamcrest BuildRequires: junit #!BuildIgnore: antlr %endif diff --git a/ant-junit.changes b/ant-junit.changes index 497afc4..8fa6a15 100644 --- a/ant-junit.changes +++ b/ant-junit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba + +- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4 + depends strictly on hamcrest-core only. + ------------------------------------------------------------------- Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba diff --git a/ant-junit.spec b/ant-junit.spec index b172e49..e6fc2c1 100644 --- a/ant-junit.spec +++ b/ant-junit.spec @@ -56,6 +56,7 @@ BuildRequires: javapackages-local %endif %if %{with junit} || %{with antlr} BuildRequires: ant = %{version} +BuildRequires: hamcrest BuildRequires: junit #!BuildIgnore: antlr %endif diff --git a/ant.changes b/ant.changes index 497afc4..8fa6a15 100644 --- a/ant.changes +++ b/ant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba + +- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4 + depends strictly on hamcrest-core only. + ------------------------------------------------------------------- Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba diff --git a/ant.spec b/ant.spec index a4729dc..1091296 100644 --- a/ant.spec +++ b/ant.spec @@ -55,6 +55,7 @@ BuildRequires: javapackages-local %endif %if %{with junit} || %{with antlr} BuildRequires: ant = %{version} +BuildRequires: hamcrest BuildRequires: junit #!BuildIgnore: antlr %endif