[systemd] Create temporary dirs after installation

Michal Sekletar msekleta at fedoraproject.org
Wed May 28 10:06:59 UTC 2014


commit b3df2977dfb12837ed7273c6578d12f05a3f983f
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Wed May 28 11:55:43 2014 +0200

    Create temporary dirs after installation
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1101983

 systemd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 6a8206c..846119a 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        213
-Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        2%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -404,6 +404,7 @@ systemctl daemon-reexec >/dev/null 2>&1 || :
 systemctl start systemd-udevd.service >/dev/null 2>&1 || :
 udevadm hwdb --update >/dev/null 2>&1 || :
 journalctl --update-catalog >/dev/null 2>&1 || :
+systemd-tmpfiles --create >/dev/null 2>&1 || :
 
 # Make sure new journal files will be owned by the "systemd-journal" group
 chgrp systemd-journal /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
@@ -719,6 +720,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Wed May 28 2014 Michal Sekletar <msekleta at redhat.com> - 213-2
+- Create temporary files after installation (#1101983)
+
 * Wed May 28 2014 Kay Sievers <kay at redhat.com> - 213-1
 - New upstream release
 


More information about the scm-commits mailing list