This commit is contained in:
parent
8caf1149ad
commit
8b14c2a456
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 09:24:18 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Don't require java-devel >= 1.6 for the boostrap package.
|
||||||
|
java-1_5_0-gcj-compat is able to run bytecode of java 6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ BuildRequires: xml-commons-apis
|
|||||||
BuildRequires: strip-nondeterminism
|
BuildRequires: strip-nondeterminism
|
||||||
%endif
|
%endif
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Requires: java-devel >= 1.6
|
Requires: java-devel
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
Requires: jaxp_parser_impl
|
Requires: jaxp_parser_impl
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 09:24:18 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Don't require java-devel >= 1.6 for the boostrap package.
|
||||||
|
java-1_5_0-gcj-compat is able to run bytecode of java 6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ BuildRequires: xml-commons-apis
|
|||||||
BuildRequires: strip-nondeterminism
|
BuildRequires: strip-nondeterminism
|
||||||
%endif
|
%endif
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Requires: java-devel >= 1.6
|
Requires: java-devel
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
Requires: jaxp_parser_impl
|
Requires: jaxp_parser_impl
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 12 09:24:18 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Don't require java-devel >= 1.6 for the boostrap package.
|
||||||
|
java-1_5_0-gcj-compat is able to run bytecode of java 6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
Wed Oct 4 09:07:19 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
2
ant.spec
2
ant.spec
@ -65,7 +65,7 @@ BuildRequires: xml-commons-apis
|
|||||||
BuildRequires: strip-nondeterminism
|
BuildRequires: strip-nondeterminism
|
||||||
%endif
|
%endif
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
Requires: java-devel >= 1.6
|
Requires: java-devel
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
Requires: jaxp_parser_impl
|
Requires: jaxp_parser_impl
|
||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user