This commit is contained in:
parent
9747d34aab
commit
08fda7f817
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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 <fstrba@suse.com>
|
Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ BuildRequires: javapackages-local
|
|||||||
%endif
|
%endif
|
||||||
%if %{with junit} || %{with antlr}
|
%if %{with junit} || %{with antlr}
|
||||||
BuildRequires: ant = %{version}
|
BuildRequires: ant = %{version}
|
||||||
|
BuildRequires: hamcrest
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
#!BuildIgnore: antlr
|
#!BuildIgnore: antlr
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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 <fstrba@suse.com>
|
Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ BuildRequires: javapackages-local
|
|||||||
%endif
|
%endif
|
||||||
%if %{with junit} || %{with antlr}
|
%if %{with junit} || %{with antlr}
|
||||||
BuildRequires: ant = %{version}
|
BuildRequires: ant = %{version}
|
||||||
|
BuildRequires: hamcrest
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
#!BuildIgnore: antlr
|
#!BuildIgnore: antlr
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 09:49:54 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- 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 <fstrba@suse.com>
|
Fri Feb 1 16:19:10 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
1
ant.spec
1
ant.spec
@ -55,6 +55,7 @@ BuildRequires: javapackages-local
|
|||||||
%endif
|
%endif
|
||||||
%if %{with junit} || %{with antlr}
|
%if %{with junit} || %{with antlr}
|
||||||
BuildRequires: ant = %{version}
|
BuildRequires: ant = %{version}
|
||||||
|
BuildRequires: hamcrest
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
#!BuildIgnore: antlr
|
#!BuildIgnore: antlr
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user