new upstream
This commit is contained in:
parent
8ec8f44b9e
commit
669e843a89
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ systemd-*src.rpm
|
||||
/systemd-38.tar.xz
|
||||
/systemd-git9fa2f41.tar.xz
|
||||
/systemd-39.tar.xz
|
||||
/systemd-40.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
7179b34f6f6553d2a36551ac1dec5f0d systemd-39.tar.xz
|
||||
8880180f54dac8618ef70c46492fd8d9 systemd-40.tar.xz
|
||||
|
10
systemd.spec
10
systemd.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user