Hello community, here is the log from the commit of package plymouth for openSUSE:12.3 checked in at 2013-02-07 10:46:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/plymouth (Old) and /work/SRC/openSUSE:12.3/.plymouth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.3/plymouth/plymouth.changes 2013-01-31 01:33:42.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.plymouth.new/plymouth.changes 2013-02-07 10:46:33.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Feb 6 14:44:11 UTC 2013 - [email protected] + +- Rename plymouth-sd-notforking.patch to fix typo in patch name +- Add plymouth-change-service-name.patch: fix incorrect service + names used for dependencies. Now use systemd-reboot.service + (replacing reboot.service) and display-manager.service (replacing + prefdm.service). + +------------------------------------------------------------------- Old: ---- plymoith-sd-notforking.patch New: ---- plymouth-change-service-name.patch plymouth-sd-notforking.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plymouth.spec ++++++ --- /var/tmp/diff_new_pack.V0guXN/_old 2013-02-07 10:46:33.000000000 +0100 +++ /var/tmp/diff_new_pack.V0guXN/_new 2013-02-07 10:46:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package plymouth # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,10 +47,12 @@ # PATCH-OPENSUSE -- prefix is /usr/sbin and /usr/bin Patch9: plymouth-dracut-path.patch Patch10: 0001-Some-greenish-openSUSE-colors.patch -Patch12: plymoith-sd-notforking.patch +Patch12: plymouth-sd-notforking.patch Patch13: ply-sdunitdir.patch # PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now. Patch14: plymouth-systemd-in-usr.patch +# PATCH-FIX-UPSTREAM plymouth-change-service-name.patch fcrozaŧ@suse.com -- ensure correct service names are used +Patch15: plymouth-change-service-name.patch BuildRequires: automake BuildRequires: kernel-headers BuildRequires: libtool @@ -330,6 +332,7 @@ %if "0%(type -p systemd-tty-ask-password-agent)" == "0/usr/bin/systemd-tty-ask-password-agent" %patch14 -p1 %endif +%patch15 -p1 # replace builddate with patch0date sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c ++++++ plymouth-change-service-name.patch ++++++ Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in =================================================================== --- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-halt.service.in +++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-halt.service.in @@ -1,6 +1,6 @@ [Unit] Description=Show Plymouth Halt Screen [email protected] prefdm.service plymouth-start.service [email protected] display-manager.service plymouth-start.service Before=halt.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in =================================================================== --- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-kexec.service.in +++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-kexec.service.in @@ -1,6 +1,6 @@ [Unit] Description=Show Plymouth Reboot with kexec Screen [email protected] prefdm.service plymouth-start.service [email protected] display-manager.service plymouth-start.service Before=kexec.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in =================================================================== --- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-poweroff.service.in +++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-poweroff.service.in @@ -1,6 +1,6 @@ [Unit] Description=Show Plymouth Power Off Screen [email protected] prefdm.service plymouth-start.service [email protected] display-manager.service plymouth-start.service Before=poweroff.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 Index: plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in =================================================================== --- plymouth-0.8.8_git201211022126.orig/systemd-units/plymouth-reboot.service.in +++ plymouth-0.8.8_git201211022126/systemd-units/plymouth-reboot.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Reboot Screen [email protected] prefdm.service plymouth-start.service -Before=reboot.service [email protected] display-manager.service plymouth-start.service +Before=systemd-reboot.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 ++++++ plymouth-sd-notforking.patch ++++++ --- systemd-units/plymouth-halt.service.in.orig +++ systemd-units/plymouth-halt.service.in @@ -4,8 +4,7 @@ [email protected] prefdm.service Before=halt.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 [Service] -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session +ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash -Type=forking --- systemd-units/plymouth-kexec.service.in.orig +++ systemd-units/plymouth-kexec.service.in @@ -4,8 +4,7 @@ [email protected] prefdm.service Before=kexec.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 [Service] -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session +ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash -Type=forking --- systemd-units/plymouth-poweroff.service.in.orig +++ systemd-units/plymouth-poweroff.service.in @@ -4,8 +4,7 @@ [email protected] prefdm.service Before=poweroff.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 [Service] -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session +ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash -Type=forking --- systemd-units/plymouth-reboot.service.in.orig +++ systemd-units/plymouth-reboot.service.in @@ -4,8 +4,7 @@ [email protected] prefdm.service Before=reboot.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 [Service] -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session +ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash -Type=forking --- systemd-units/plymouth-start.service.in.orig +++ systemd-units/plymouth-start.service.in @@ -5,10 +5,9 @@ Wants=systemd-ask-password-plymouth.path After=systemd-vconsole-setup.service systemd-udev-trigger.service Before=systemd-ask-password-plymouth.service ConditionKernelCommandLine=!plymouth.enable=0 [Service] -ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session +ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --no-daemon --attach-to-session ExecStartPost=-/sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash -Type=forking KillMode=none SendSIGKILL=no -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
