Fix /var/var/lib/systemd paths in rpm
This was added during update to systemd-207. Also unghost some directories that we actually should create.
This commit is contained in:
parent
8e6c340f85
commit
f45650f7e1
@ -620,11 +620,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
|
|||||||
%{_datadir}/bash-completion/completions/systemd-run
|
%{_datadir}/bash-completion/completions/systemd-run
|
||||||
%{_datadir}/zsh/site-functions/*
|
%{_datadir}/zsh/site-functions/*
|
||||||
%ghost %{_localstatedir}/lib/random-seed
|
%ghost %{_localstatedir}/lib/random-seed
|
||||||
%ghost %dir %{_localstatedir}/var/lib/systemd/
|
%dir %{_localstatedir}/lib/systemd/
|
||||||
%ghost %dir %{_localstatedir}/var/lib/systemd/coredump
|
%ghost %{_localstatedir}/lib/systemd/catalog/database
|
||||||
%ghost %dir %{_localstatedir}/var/lib/systemd/catalog
|
%ghost %dir %{_localstatedir}/lib/backlight/
|
||||||
%ghost %{_localstatedir}/var/lib/systemd/catalog/database
|
|
||||||
%ghost %dir %{_localstatedir}/var/lib/backlight/
|
|
||||||
|
|
||||||
# Make sure we don't remove runlevel targets from F14 alpha installs,
|
# Make sure we don't remove runlevel targets from F14 alpha installs,
|
||||||
# but make sure we don't create then anew.
|
# but make sure we don't create then anew.
|
||||||
|
Loading…
Reference in New Issue
Block a user