From 7ec857ebed9780585a9f3156d5510fb91c8eeaf9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Apr 01 2011 00:10:27 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index 703a00d..ebdc3d7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ systemd-*src.rpm /systemd-19.tar.bz2 /systemd-20.tar.bz2 /systemd-21.tar.bz2 +/systemd-22.tar.bz2 diff --git a/sources b/sources index 3570363..dabeb17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dff5735b30840d2ccc4a0b55d3af9c47 systemd-21.tar.bz2 +79cfbca526eaa5833723b48adeb0b323 systemd-22.tar.bz2 diff --git a/systemd.spec b/systemd.spec index 78ebd8f..17935ff 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,8 +1,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Version: 21 -Release: 2%{?dist} +Version: 22 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base Summary: A System and Service Manager @@ -128,7 +128,8 @@ rm -rf $RPM_BUILD_ROOT %post # Should move to some other place eventually -mkdir -p -m 755 /run || : +/bin/mkdir -p -m 755 /run || : +/sbin/restorecon /run || : /bin/systemd-machine-id-setup > /dev/null 2>&1 || : /bin/systemctl daemon-reexec > /dev/null 2>&1 || : @@ -196,9 +197,11 @@ fi /bin/systemd-machine-id-setup /usr/bin/systemd-nspawn /usr/bin/systemd-stdio-bridge +/usr/bin/systemd-analyze /lib/systemd/systemd-* /lib/udev/rules.d/*.rules %dir /lib/systemd/system-generators +%dir /lib/systemd/system-shutdown /lib/systemd/system-generators/systemd-cryptsetup-generator /lib/systemd/system-generators/systemd-getty-generator /%{_lib}/security/pam_systemd.so @@ -227,6 +230,8 @@ fi %dir %{_sysconfdir}/systemd %dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/tmpfiles.d +%dir %{_sysconfdir}/sysctl.d +%dir %{_sysconfdir}/modules-load.d %dir %{_sysconfdir}/bash_completion.d %dir /lib/systemd /lib/systemd/system @@ -253,6 +258,9 @@ fi %{_mandir}/man1/systemadm.* %changelog +* Fri Apr 1 2011 Lennart Poettering - 22-1 +- New upstream release + * Wed Mar 30 2011 Lennart Poettering - 21-2 - The quota services are now pulled in by mount points, hence no need to enable them explicitly