Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plymouth for openSUSE:Factory checked in at 2021-02-22 14:22:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plymouth (Old) and /work/SRC/openSUSE:Factory/.plymouth.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth" Mon Feb 22 14:22:04 2021 rev:92 rq:872578 version:0.9.5+git20201026+53c83cc Changes: -------- --- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes 2021-02-07 15:14:05.265390853 +0100 +++ /work/SRC/openSUSE:Factory/.plymouth.new.2378/plymouth.changes 2021-02-22 14:22:05.719533922 +0100 @@ -1,0 +2,8 @@ +Sat Feb 13 14:25:36 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- Fix broken use of %service_add_post and %service_del_postun. Without + any services specified, the first is a no-op, the latter will only + execute systemctl daemon-reload (boo#1179849). +- Use %ldconfig_scriptlets macro in Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plymouth.spec ++++++ --- /var/tmp/diff_new_pack.sgB9ao/_old 2021-02-22 14:22:06.379534566 +0100 +++ /var/tmp/diff_new_pack.sgB9ao/_new 2021-02-22 14:22:06.383534570 +0100 @@ -1,7 +1,7 @@ # # spec file for package plymouth # -# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -419,11 +419,14 @@ if [ ! -e /.buildenv ]; then [ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration fi -%service_add_post %postun %{?regenerate_initrd_post} -%service_del_postun +%if 0%{?suse_version} > 1500 +%service_del_postun_without_restart +%else +%systemd_postun +%endif if [ $1 -eq 0 ]; then rm -f %{_libdir}/plymouth/default.so rm -f /boot/initrd-plymouth.img @@ -432,6 +435,12 @@ %posttrans %{?regenerate_initrd_posttrans} +%if 0%{?suse_version} > 1500 +%ldconfig_scriptlets -n libply-boot-client%{soversion} +%ldconfig_scriptlets -n libply-splash-core%{soversion} +%ldconfig_scriptlets -n libply-splash-graphics%{soversion} +%ldconfig_scriptlets -n libply%{soversion} +%else %post -n libply-boot-client%{soversion} -p /sbin/ldconfig %postun -n libply-boot-client%{soversion} -p /sbin/ldconfig %post -n libply-splash-core%{soversion} -p /sbin/ldconfig @@ -440,6 +449,8 @@ %postun -n libply-splash-graphics%{soversion} -p /sbin/ldconfig %post -n libply%{soversion} -p /sbin/ldconfig %postun -n libply%{soversion} -p /sbin/ldconfig +%endif + %post theme-spinfinity if [ $1 -eq 1 ]; then set -x