Fridrich Strba 2018-11-11 15:23:21 +00:00 committed by Git OBS Bridge
parent 5e87d40bce
commit 1647441067
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 11 15:21:24 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Make the javapackages-local package depend on java-devel. It is
used for package building and this avoids each package to require
java-devel itself.
-------------------------------------------------------------------
Mon Nov 5 09:34:51 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -116,6 +116,7 @@ packaging in Linux distributions
%package -n javapackages-local
Summary: Non-essential macros and scripts for Java packaging support
Group: Development/Languages/Java
Requires: java-devel
Requires: javapackages-tools = %{version}
Requires: python3-javapackages = %{version}