Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package java-1_8_0-openjdk for openSUSE:Factory checked in at 2026-06-05 14:59:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk" Fri Jun 5 14:59:03 2026 rev:114 rq:1357137 version:1.8.0.492 Changes: -------- --- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes 2026-05-29 18:11:18.180878634 +0200 +++ /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.2375/java-1_8_0-openjdk.changes 2026-06-05 14:59:12.969616566 +0200 @@ -1,0 +2,5 @@ +Thu Jun 4 07:20:26 UTC 2026 - Fridrich Strba <[email protected]> + +- Make post scripts less noisy (bsc#1267355) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-1_8_0-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.RNz0EH/_old 2026-06-05 14:59:14.273670497 +0200 +++ /var/tmp/diff_new_pack.RNz0EH/_new 2026-06-05 14:59:14.273670497 +0200 @@ -24,7 +24,7 @@ %global buildoutputdir openjdk.build/ %global headless_binaries java keytool orbd policytool rmid rmiregistry servertool tnameserv %global headless_binaries_comma %(echo %{headless_binaries} | sed 's#\ #,#g') -%global devel_binaries javac appletviewer extcheck jar jarsigner javadoc javah javap jcmd jconsole jhat jinfo jlink jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc +%global devel_binaries javac appletviewer extcheck jar jarsigner javadoc javah javap jcmd jconsole jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc %global devel_binaries_comma %(echo %{devel_binaries} | sed 's#\ #,#g') # Convert an absolute path to a relative path. Each symbolic link is # specified relative to the directory in which it is installed so that @@ -877,9 +877,9 @@ %else if [ -x %{_sbindir}/update-alternatives ]; then - update-alternatives --remove-all java - update-alternatives --remove-all jre_openjdk - update-alternatives --remove-all jre_%{javaver} + update-alternatives --display java >/dev/null 2>&1 && update-alternatives --remove-all java + update-alternatives --display jre_openjdk >/dev/null 2>&1 && update-alternatives --remove-all jre_openjdk + update-alternatives --display jre_%{javaver} >/dev/null 2>&1 && update-alternatives --remove-all jre_%{javaver} fi || true for i in %{headless_binaries}; do @@ -1043,9 +1043,9 @@ %else if [ -x %{_sbindir}/update-alternatives ]; then - update-alternatives --remove-all javac - update-alternatives --remove-all java_sdk_openjdk - update-alternatives --remove-all java_sdk_%{javaver} + update-alternatives --display javac >/dev/null 2>&1 && update-alternatives --remove-all javac + update-alternatives --display java_sdk_openjdk >/dev/null 2>&1 && update-alternatives --remove-all java_sdk_openjdk + update-alternatives --display java_sdk_%{javaver} >/dev/null 2>&1 && update-alternatives --remove-all java_sdk_%{javaver} fi || true for i in %{devel_binaries}; do @@ -1084,7 +1084,7 @@ %else if [ -x %{_sbindir}/update-alternatives ]; then - update-alternatives --remove-all javadocdir + update-alternatives --display javadocdir >/dev/null 2>&1 && update-alternatives --remove-all javadocdir fi || true %endif
