SHA256
1
0
forked from pool/systemd
Kay Sievers 2011-01-19 12:24:41 +00:00 committed by Git OBS Bridge
parent 9f7ed7d3b9
commit 33ba05d4dc
4 changed files with 20 additions and 6 deletions

0
= Normal file
View File

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e35f25cf6815b7f010718b51abd491fd83ed0ce7d3c7210702e6eb5c0d96873b
size 768175
oid sha256:fab550208fbb10aaa03f575053f032da9117159f2f21b3b11a69600adb7049be
size 772446

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 19 12:55:40 CET 2011 - kay.sievers@novell.com
- new snapshot
- shutdown: use correct kexec options
- serial-getty: do not invoke /sbin/securetty; recent
pam_securetty looks for console= in /proc/cmdline
- systemctl: before spawning pager cache number of columns
- pam: optionally keep processes of root user around
- service: if a reload operation fails, don't shut down
the service
- execute: make sending of SIGKILL on shutdown optional
- mount: do not translate uuids to lowercase
- man: document missing KillSignal= and swap options
- require recent util-linux
- drop mtab symlink creation which is done in util-linux
-------------------------------------------------------------------
Sat Jan 8 19:25:40 CET 2011 - kay.sievers@novell.com

View File

@ -38,8 +38,7 @@ BuildRequires: libselinux-devel libsepol-devel
Requires: udev >= 164
Requires: dbus-1 >= 1.4.0
Requires: kbd
Requires: util-linux
Requires: fsck-with-dev-lock
Requires: util-linux >= 2.18.91
Conflicts: mkinitrd < 2.6.0-5
Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2
Source1: systemd-rpmlintrc
@ -136,8 +135,6 @@ if [ "$1" -eq 1 ]; then
systemd-readahead-replay.service \
remote-fs.target >/dev/null 2>&1 || :
fi
# regular mtab is not written/cleaned-up/supported
ln -sf /proc/self/mounts /etc/mtab || :
%preun
if [ $1 -eq 0 ]; then