[systemd] Own missing directories

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Thu Aug 15 01:51:11 UTC 2013


commit a423239ba54bc1cb53d0cad48ca7ff2cf05d4d21
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Aug 14 21:35:35 2013 -0400

    Own missing directories
    
    https://bugzilla.redhat.com/show_bug.cgi?id=894202

 systemd.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index db8e8b1..cfb6100 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -649,6 +649,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %ghost %config(noreplace) %{_sysconfdir}/locale.conf
 %ghost %config(noreplace) %{_sysconfdir}/machine-id
 %ghost %config(noreplace) %{_sysconfdir}/machine-info
+%dir %{_sysconfdir}/X11/xorg.conf.d
 %ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
 %ghost %{_localstatedir}/lib/systemd/catalog/database
 %{_bindir}/systemctl
@@ -727,6 +728,8 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.locale1.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1.xml
+%dir %{_datadir}/polkit-1
+%dir %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
@@ -814,6 +817,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %changelog
 * Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> - 206-3
 - New systemd-python3 package (#976427).
+- Add ownership of a few directories that we create (#894202).
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 206-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list