Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2023-03-06 18:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Mon Mar  6 18:54:40 2023 rev:266 rq:1069593 version:2.38.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes    2023-03-05 
20:07:42.764625361 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new.31432/util-linux.changes 
2023-03-06 18:54:55.968475342 +0100
@@ -1,0 +2,8 @@
+Mon Mar  6 10:43:35 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix comments bleeding into rpm scriptlets. /sbin/ldconfig does
+  not take any parameters and thus we must not have content in the
+  script body. Use %dnl to properly mark the comments as 'rpm
+  comments' (boo#1208963).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.XLeebh/_old  2023-03-06 18:54:57.036480792 +0100
+++ /var/tmp/diff_new_pack.XLeebh/_new  2023-03-06 18:54:57.044480833 +0100
@@ -698,14 +698,14 @@
 %verify_permissions -e %{_bindir}/wall -e %{_bindir}/write -e %{_bindir}/mount 
-e %{_bindir}/umount
 %verify_permissions -e %{_bindir}/su
 %endif
-# ulsubset == core, ulbuild == base
+%dnl # ulsubset == core, ulbuild == base
 
 %endif
-# ulbuild == base
+%dnl # ulbuild == base
 
-###################
-# Core pre & post #
-###################
+%dnl ###################
+%dnl # Core pre & post #
+%dnl ###################
 %if "%ulsubset" == "core"
 %pre
 # move outdated pam.d/*.rpmsave files away
@@ -742,7 +742,7 @@
        fi
 fi
 %endif
-# !defined no_config
+%dnl # !defined no_config
 
 %if %{defined no_config}
 %posttrans
@@ -751,7 +751,7 @@
   test -f /etc/pam.d/${i}.rpmsave && mv -v /etc/pam.d/${i}.rpmsave 
/etc/pam.d/${i} ||:
 done
 %endif
-# defined no_config
+%dnl # defined no_config
 
 %post -n libblkid1 -p /sbin/ldconfig
 
@@ -774,11 +774,11 @@
 %postun -n libfdisk1 -p /sbin/ldconfig
 
 %endif
-# ulsubset == core, pre & post
-
-######################
-# Systemd pre & post #
-######################
+%dnl # ulsubset == core, pre & post
+%dnl
+%dnl ######################
+%dnl # Systemd pre & post #
+%dnl ######################
 %if "%ulsubset" == "systemd"
 %pre
 %service_add_pre fstrim.service fstrim.timer
@@ -800,7 +800,7 @@
        /usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
        -d %{_localstatedir}/run/uuidd uuidd
 %endif
-# suse_version < 1330
+%dnl # suse_version < 1330
 
 %{service_add_pre uuidd.socket uuidd.service}
 
@@ -819,11 +819,11 @@
 %{service_del_postun uuidd.socket uuidd.service}
 
 %endif
-# ulsubset == systemd, pre & post
-
-##############
-# Base files #
-##############
+%dnl # ulsubset == systemd, pre & post
+%dnl
+%dnl ##############
+%dnl # Base files #
+%dnl ##############
 %if "%ulbuild" == "base"
 %files -n %{name} -f %{name}.files
 %defattr(-,root,root)

Reply via email to