new upstream

This commit is contained in:
Lennart Poettering 2012-02-07 04:29:39 +01:00
parent 8ec8f44b9e
commit 669e843a89
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ systemd-*src.rpm
/systemd-38.tar.xz
/systemd-git9fa2f41.tar.xz
/systemd-39.tar.xz
/systemd-40.tar.xz

View File

@ -1 +1 @@
7179b34f6f6553d2a36551ac1dec5f0d systemd-39.tar.xz
8880180f54dac8618ef70c46492fd8d9 systemd-40.tar.xz

View File

@ -2,8 +2,8 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 39
Release: 3%{?gitcommit:.git%{gitcommit}}%{?dist}
Version: 40
Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist}
License: GPLv2+
Group: System Environment/Base
Summary: A System and Service Manager
@ -197,6 +197,9 @@ install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/rsyslog.d/
# journal.
rm -f %{buildroot}%{_prefix}/lib/sysctl.d/coredump.conf
# Let rsyslog read from /proc/kmsg for now
sed -i -e 's/\#ImportKernel=yes/ImportKernel=no/' %{buildroot}%{_sysconfdir}/systemd/systemd-journald.conf
%post
/sbin/ldconfig
/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
@ -390,6 +393,9 @@ fi
%{_bindir}/systemd-analyze
%changelog
* Tue Feb 7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
- New upstream release
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
- provide /sbin/shutdown