Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java-25-openj9 for openSUSE:Factory 
checked in at 2026-06-05 14:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-25-openj9 (Old)
 and      /work/SRC/openSUSE:Factory/.java-25-openj9.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java-25-openj9"

Fri Jun  5 14:59:33 2026 rev:7 rq:1357140 version:25.0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-25-openj9/java-25-openj9.changes    
2026-05-29 18:11:25.449181032 +0200
+++ /work/SRC/openSUSE:Factory/.java-25-openj9.new.2375/java-25-openj9.changes  
2026-06-05 14:59:34.934524946 +0200
@@ -1,0 +2,5 @@
+Thu Jun  4 07:21:14 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Make post scripts less noisy (bsc#1267355)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ java-25-openj9.spec ++++++
--- /var/tmp/diff_new_pack.9eP8m6/_old  2026-06-05 14:59:37.290622385 +0200
+++ /var/tmp/diff_new_pack.9eP8m6/_new  2026-06-05 14:59:37.290622385 +0200
@@ -54,8 +54,7 @@
 %endif
 # priority must be 6 digits in total
 %if 0%{?suse_version} > 1500 || 0%{?java_bootstrap}
-#global priority        3501
-%global priority        0
+%global priority        3501
 %else
 %global priority        0
 %endif
@@ -619,9 +618,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
@@ -717,9 +716,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
@@ -758,7 +757,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

Reply via email to