update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=106
This commit is contained in:
parent
95836c366a
commit
a0d7a5478f
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e35f25cf6815b7f010718b51abd491fd83ed0ce7d3c7210702e6eb5c0d96873b
|
oid sha256:fab550208fbb10aaa03f575053f032da9117159f2f21b3b11a69600adb7049be
|
||||||
size 768175
|
size 772446
|
||||||
|
@ -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
|
Sat Jan 8 19:25:40 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
@ -38,8 +38,7 @@ BuildRequires: libselinux-devel libsepol-devel
|
|||||||
Requires: udev >= 164
|
Requires: udev >= 164
|
||||||
Requires: dbus-1 >= 1.4.0
|
Requires: dbus-1 >= 1.4.0
|
||||||
Requires: kbd
|
Requires: kbd
|
||||||
Requires: util-linux
|
Requires: util-linux >= 2.18.91
|
||||||
Requires: fsck-with-dev-lock
|
|
||||||
Conflicts: mkinitrd < 2.6.0-5
|
Conflicts: mkinitrd < 2.6.0-5
|
||||||
Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2
|
Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2
|
||||||
Source1: systemd-rpmlintrc
|
Source1: systemd-rpmlintrc
|
||||||
@ -136,8 +135,6 @@ if [ "$1" -eq 1 ]; then
|
|||||||
systemd-readahead-replay.service \
|
systemd-readahead-replay.service \
|
||||||
remote-fs.target >/dev/null 2>&1 || :
|
remote-fs.target >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
# regular mtab is not written/cleaned-up/supported
|
|
||||||
ln -sf /proc/self/mounts /etc/mtab || :
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user