Script 'mail_helper' called by obssrc
Hello community,

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

Package is "java-17-openjdk"

Fri Jun  5 14:58:41 2026 rev:49 rq:1357135 version:17.0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/java-17-openjdk/java-17-openjdk.changes  
2026-06-02 16:09:49.904593517 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-17-openjdk.new.2375/java-17-openjdk.changes    
    2026-06-05 14:59:07.941408620 +0200
@@ -1,0 +2,5 @@
+Thu Jun  4 07:20:00 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Make post scripts less noisy (bsc#1267355)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ java-17-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.gO44KB/_old  2026-06-05 14:59:09.385468340 +0200
+++ /var/tmp/diff_new_pack.gO44KB/_new  2026-06-05 14:59:09.389468506 +0200
@@ -733,9 +733,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
@@ -888,9 +888,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
@@ -944,7 +944,7 @@
 # cases out.
   if [ -d %{_javadocdir}/%{sdklnk}/api ]
   then
-    update-alternatives --remove javadocdir %{_javadocdir}/%{sdklnk}/api
+    update-alternatives --display javadocdir >/dev/null 2>&1 && 
update-alternatives --remove javadocdir %{_javadocdir}/%{sdklnk}/api
   fi
 fi
 %endif

Reply via email to