Accepting request 179217 from home:elvigia:branches:Base:System
- own %{_localstatedir}/log/boot.log and %{_localstatedir}/spool/plymouth/boot.log (as %ghost s) OBS-URL: https://build.opensuse.org/request/show/179217 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=109
This commit is contained in:
parent
cd407a8cec
commit
d4ca191cee
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 23:37:55 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- own %{_localstatedir}/log/boot.log
|
||||
and %{_localstatedir}/spool/plymouth/boot.log (as %ghost s)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 16:09:57 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -373,6 +373,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} \;
|
||||
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
|
||||
mkdir -p %{buildroot}/run/plymouth
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log
|
||||
touch %{buildroot}%{_localstatedir}/log/boot.log
|
||||
touch %{buildroot}%{_localstatedir}/spool/plymouth/boot.log
|
||||
cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_datadir}/plymouth/default-boot-duration
|
||||
cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
|
||||
cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults %{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
|
||||
@ -513,7 +516,8 @@ fi
|
||||
%{_mandir}/man?/*
|
||||
%ghost %{_localstatedir}/lib/plymouth/boot-duration
|
||||
%{_unitdir}/*
|
||||
|
||||
%ghost %{_localstatedir}/log/boot.log
|
||||
%ghost %{_localstatedir}/spool/plymouth/boot.log
|
||||
%files dracut
|
||||
%defattr(-, root, root)
|
||||
%{_libexecdir}/plymouth/plymouth-populate-initrd
|
||||
|
Loading…
Reference in New Issue
Block a user