Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package java-11-openjdk for openSUSE:Factory
checked in at 2022-03-28 16:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-11-openjdk.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-11-openjdk"
Mon Mar 28 16:58:52 2022 rev:53 rq:962352 version:11.0.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes
2022-02-17 00:30:29.781433653 +0100
+++
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.1900/java-11-openjdk.changes
2022-03-28 16:59:24.076874830 +0200
@@ -1,0 +2,5 @@
+Thu Mar 17 08:42:12 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Stop adding the JavaEE modules when building for Factory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-11-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.zHuIWq/_old 2022-03-28 16:59:25.456876705 +0200
+++ /var/tmp/diff_new_pack.zHuIWq/_new 2022-03-28 16:59:25.460876710 +0200
@@ -20,7 +20,11 @@
%{!?arm6:%global arm6 armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb
armv5tel armv5tejl armv6l armv6hl}
%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} s390x
%global debug 0
+%if 0%{?suse_version} > 1500
+%global add_back_javaee_modules 0
+%else
%global add_back_javaee_modules 1
+%endif
%global is_release 1
%global buildoutputdir build
# Convert an absolute path to a relative path. Each symbolic link is
@@ -238,7 +242,6 @@
#
Patch500: activation-module.patch
Patch501: annotation-module.patch
-
BuildRequires: alsa-lib-devel
BuildRequires: autoconf
BuildRequires: automake
@@ -593,7 +596,7 @@
# Setup nss.fips.cfg
sed -e "s:@NSS_LIBDIR@:%{NSS_LIBDIR}:g" %{SOURCE13} > nss.fips.cfg
-sed -i -e "s:@NSS_SECMOD@:sql\:/etc/pki/nssdb:g" nss.fips.cfg
+sed -i -e "s:@NSS_SECMOD@:sql\:%{_sysconfdir}/pki/nssdb:g" nss.fips.cfg
%build