prepare 212
This commit is contained in:
parent
10d1847857
commit
0bbe49d16e
2
sources
2
sources
@ -1 +1 @@
|
|||||||
0a70c382b6089526f98073b4ee85ef75 systemd-211.tar.xz
|
fe1f59452b8b9646532e79eca5a617d8 systemd-212.tar.xz
|
||||||
|
13
systemd.spec
13
systemd.spec
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 211
|
Version: 212
|
||||||
Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 1%{?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
|
||||||
@ -411,6 +411,9 @@ journalctl --update-catalog >/dev/null 2>&1 || :
|
|||||||
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 || :
|
||||||
chmod g+s /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
|
chmod g+s /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
|
||||||
|
|
||||||
|
# Apply ACL to the journal directory
|
||||||
|
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ >/dev/null 2>&1 || :
|
||||||
|
|
||||||
# Move old stuff around in /var/lib
|
# Move old stuff around in /var/lib
|
||||||
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed >/dev/null 2>&1 || :
|
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed >/dev/null 2>&1 || :
|
||||||
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight >/dev/null 2>&1 || :
|
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight >/dev/null 2>&1 || :
|
||||||
@ -442,9 +445,6 @@ if [ -f /etc/nsswitch.conf ] ; then
|
|||||||
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Apply ACL to the journal directory
|
|
||||||
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ >/dev/null 2>&1 || :
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -ge 1 ] ; then
|
if [ $1 -ge 1 ] ; then
|
||||||
systemctl daemon-reload > /dev/null 2>&1 || :
|
systemctl daemon-reload > /dev/null 2>&1 || :
|
||||||
@ -717,6 +717,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
|
|||||||
%{_datadir}/systemd/gatewayd
|
%{_datadir}/systemd/gatewayd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
|
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
|
||||||
- Explicitly define which upstream platforms support libseccomp
|
- Explicitly define which upstream platforms support libseccomp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user