From b3df2977dfb12837ed7273c6578d12f05a3f983f Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: May 28 2014 10:01:48 +0000 Subject: Create temporary dirs after installation https://bugzilla.redhat.com/show_bug.cgi?id=1101983 --- 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 - 213-2 +- Create temporary files after installation (#1101983) + * Wed May 28 2014 Kay Sievers - 213-1 - New upstream release