Accepting request 1069590 from home:dimstar:Factory

- 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).

OBS-URL: https://build.opensuse.org/request/show/1069590
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=498
This commit is contained in:
Jan Engelhardt 2023-03-06 10:50:16 +00:00 committed by Git OBS Bridge
parent 271c52a2ba
commit d25c431e40
2 changed files with 21 additions and 13 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 6 10:43:35 UTC 2023 - Dominique Leuenberger <dimstar@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).
-------------------------------------------------------------------
Mon Feb 27 09:01:54 UTC 2023 - pgajdos@suse.com

View File

@ -742,7 +742,7 @@ if ! grep -q "^# /etc/default/su is an override" %{_sysconfdir}/default/su ; the
fi
fi
%endif
# !defined no_config
%dnl # !defined no_config
%if %{defined no_config}
%posttrans
@ -751,7 +751,7 @@ for i in login remote runuser runuser-l su su-l; do
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 @@ done
%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 @@ getent passwd uuidd >/dev/null || \
/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 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
%{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)