Accepting request 531744 from security:SELinux

1

OBS-URL: https://build.opensuse.org/request/show/531744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/setools?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2017-10-06 09:04:41 +00:00 committed by Git OBS Bridge
commit b763017a2f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 30 07:54:34 UTC 2017 - coolo@suse.com
- Move to minimum java target of 1.6, 1.5 is no longer supported
-------------------------------------------------------------------
Mon Jun 26 16:30:02 UTC 2017 - jsegitz@suse.com

View File

@ -243,7 +243,7 @@ autoreconf -fi
--enable-swig-java \
--enable-swig-tcl \
--with-java-prefix=%{java_home} \
--with-javac-flags="-source 1.5 -target 1.5"
--with-javac-flags="-source 1.6 -target 1.6"
make %{?jobs:-j%jobs}
%install