Create temporary dirs after installation
https://bugzilla.redhat.com/show_bug.cgi?id=1101983
This commit is contained in:
parent
66bb743a75
commit
b3df2977df
@ -16,7 +16,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 213
|
Version: 213
|
||||||
Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: A System and Service Manager
|
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 || :
|
systemctl start systemd-udevd.service >/dev/null 2>&1 || :
|
||||||
udevadm hwdb --update >/dev/null 2>&1 || :
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
||||||
journalctl --update-catalog >/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
|
# 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 || :
|
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
|
%{_datadir}/systemd/gatewayd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
|
||||||
|
- Create temporary files after installation (#1101983)
|
||||||
|
|
||||||
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
|
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user