forked from pool/plymouth
Accepting request 175307 from Base:System
- Not only reboot.service is prefixed with systemd- currently but also kexec,halt,poweroff. (forwarded request 175211 from elvigia) OBS-URL: https://build.opensuse.org/request/show/175307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=33
This commit is contained in:
commit
94651047f9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 12 21:56:30 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Not only reboot.service is prefixed with systemd- currently
|
||||||
|
but also kexec,halt,poweroff.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 22 19:47:44 UTC 2013 - crrodriguez@opensuse.org
|
Mon Apr 22 19:47:44 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -365,7 +365,8 @@ cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults %{buildroot}/%{_sysconfd
|
|||||||
mkdir -p %{buildroot}/lib/mkinitrd/scripts
|
mkdir -p %{buildroot}/lib/mkinitrd/scripts
|
||||||
install -t %{buildroot}/lib/mkinitrd/scripts \
|
install -t %{buildroot}/lib/mkinitrd/scripts \
|
||||||
scripts/{setup,boot}-plymouth*.sh
|
scripts/{setup,boot}-plymouth*.sh
|
||||||
find %{buildroot} -type f -name "*.service" -print -exec sed -i -e 's@prefdm.service@display-manager.service@g' -e 's@reboot.service@systemd-reboot.service@g' {} +
|
find %{buildroot} -type f -name "*.service" -print -exec sed -i -e 's@prefdm.service@display-manager.service@g' \
|
||||||
|
-e 's@\<\(reboot\|halt\|poweroff\|kexec\).service\>@systemd-\1.service@g' {} +
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ ! -e /.buildenv ]; then
|
if [ ! -e /.buildenv ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user