Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpulp for openSUSE:Factory checked 
in at 2025-09-22 19:29:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpulp (Old)
 and      /work/SRC/openSUSE:Factory/.libpulp.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpulp"

Mon Sep 22 19:29:16 2025 rev:14 rq:1306564 version:0.3.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpulp/libpulp.changes  2025-09-18 
21:09:22.904179243 +0200
+++ /work/SRC/openSUSE:Factory/.libpulp.new.27445/libpulp.changes       
2025-09-22 19:29:17.797890217 +0200
@@ -1,0 +2,5 @@
+Mon Sep 22 14:39:22 UTC 2025 - Giuliano Belinassi <[email protected]>
+
+- Fix ld.so.conf being modified in SLE-16.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpulp.spec ++++++
--- /var/tmp/diff_new_pack.RAD2tA/_old  2025-09-22 19:29:18.329912621 +0200
+++ /var/tmp/diff_new_pack.RAD2tA/_new  2025-09-22 19:29:18.329912621 +0200
@@ -125,6 +125,11 @@
 if [ "$TRANSACTIONAL_UPDATE" = "true" ] && [ "x$TRANSACTIONAL_UPDATE_ROOT" != 
"x" ]; then
   # Add instance of /var/livepatches if it doesn't already exist.
   grep -qxF '%{addline}' %{ld_so_conf} || echo '%{addline}' >> %{ld_so_conf}
+else
+  # Remove any instance of /var/livepatches from ld.so.conf if it exists.  
There
+  # is a bug in older verisons of libpulp tools that add this live even for
+  # non-transactional systems.
+  sed -i '\#%{addline}#d' %{ld_so_conf}
 fi
 
 %postun -n libpulp-tools

++++++ rpm-helper ++++++
--- /var/tmp/diff_new_pack.RAD2tA/_old  2025-09-22 19:29:18.389915148 +0200
+++ /var/tmp/diff_new_pack.RAD2tA/_new  2025-09-22 19:29:18.393915317 +0200
@@ -88,7 +88,7 @@
 
   # check if we are running a transactional update. if no, there is no need to
   # move libraries around.
-  if [ "$transactional_update" = "true" ] && [ "x$transactional_update_root" 
!= "x" ]; then
+  if [ "$TRANSACTIONAL_UPDATE" = "true" ] && [ "x$TRANSACTIONAL_UPDATE_ROOT" 
!= "x" ]; then
     [[ -e $ld_so_conf ]] && sed -i "\#$line_pattern#d" $ld_so_conf
 
     echo "$addline" >> $ld_so_conf
@@ -122,7 +122,7 @@
 
   # check if we are running a transactional update. if no, there is no need to
   # move libraries around.
-  if [ "$transactional_update" = "true" ] && [ "x$transactional_update_root" 
!= "x" ]; then
+  if [ "$TRANSACTIONAL_UPDATE" = "true" ] && [ "x$TRANSACTIONAL_UPDATE_ROOT" 
!= "x" ]; then
     # Remove the line of ld.so.conf
     [[ -e $ld_so_conf ]] && sed -i "\#$line_pattern#d" $ld_so_conf
 

Reply via email to