7e3be77ef8
- Update to 0.8.6.1: + Fix systemd path file generation - Changes from 0.8.6: + fix flush_area fast-path + seed random number generator by default for script plugins + allow plymouth to be built without gtk dependency + cope with lack of /etc/os-release better + pull in systemd unit files (bnc#770890) + add support for new "updates" mode for doing package updates (only available for some plugins at the moment) - Add plymouth-restore-suspend.patch: revert commit removing suspend/resume support, needed for suspend package. - Add plymouth-systemd-target.patch: add missing symlinks to start plymouth on shutdown / reboot / kexec (bnc#770764). - Add plymouth-udevadm-path.patch: adapt to udevadm path on openSUSE. - Ensure systemctl daemon-reload is called in post / postun - Add systemd-no-warning.patch: remove Documentation tag not handled by systemd v44. - Update stop-graphical.patch to correct prevent plymouth.quit to start under runlevel 5 (handled by xdm initscript directly). OBS-URL: https://build.opensuse.org/request/show/128720 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=68
25 lines
1004 B
Diff
25 lines
1004 B
Diff
Index: plymouth-0.8.6.1/systemd-units/plymouth-quit-wait.service.in
|
|
===================================================================
|
|
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-quit-wait.service.in
|
|
+++ plymouth-0.8.6.1/systemd-units/plymouth-quit-wait.service.in
|
|
@@ -1,6 +1,7 @@
|
|
[Unit]
|
|
Description=Wait for Plymouth Boot Screen to Quit
|
|
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|
+Conflicts=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
|
|
Index: plymouth-0.8.6.1/systemd-units/plymouth-quit.service.in
|
|
===================================================================
|
|
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-quit.service.in
|
|
+++ plymouth-0.8.6.1/systemd-units/plymouth-quit.service.in
|
|
@@ -1,6 +1,7 @@
|
|
[Unit]
|
|
Description=Terminate Plymouth Boot Screen
|
|
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|
+Conflicts=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
|