[systemd] Do not create /var/var/... dirs

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Thu Sep 26 13:53:42 UTC 2013


commit e26a2d8375508693b67ca0817577de2e7fcba866
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Sep 26 15:53:09 2013 +0200

    Do not create /var/var/... dirs

 systemd.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 9f0ddcf..390d9d5 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        207
-Release:        4%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        5%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -690,6 +690,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> 207-5
+- Do not create /var/var/... dirs
+
 * Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> 207-4
 - Fix policykit authentication
 Resolves: rhbz#1006680


More information about the scm-commits mailing list