From f45650f7e13f69ca5df5675eccdc04ece50813f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 26 Sep 2013 15:38:02 +0200 Subject: [PATCH] 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. --- systemd.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/systemd.spec b/systemd.spec index a876d2b..9f0ddcf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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}/zsh/site-functions/* %ghost %{_localstatedir}/lib/random-seed -%ghost %dir %{_localstatedir}/var/lib/systemd/ -%ghost %dir %{_localstatedir}/var/lib/systemd/coredump -%ghost %dir %{_localstatedir}/var/lib/systemd/catalog -%ghost %{_localstatedir}/var/lib/systemd/catalog/database -%ghost %dir %{_localstatedir}/var/lib/backlight/ +%dir %{_localstatedir}/lib/systemd/ +%ghost %{_localstatedir}/lib/systemd/catalog/database +%ghost %dir %{_localstatedir}/lib/backlight/ # Make sure we don't remove runlevel targets from F14 alpha installs, # but make sure we don't create then anew.