forked from pool/systemd
version 13
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=91
This commit is contained in:
parent
a63a8ebaab
commit
3086a81f0d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:870fb4bf129563bd99fd51df73a08c47ea772d73beb26f05238e13cd388cafff
|
||||
size 753774
|
3
systemd-13.tar.bz2
Normal file
3
systemd-13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34474765aa0556dfbe1e30dc1fd148a6daddda2a20e47e3283ad88a01ec4db29
|
||||
size 762878
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 10:10:59 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- new snapshot
|
||||
- systemctl: don't return LSB status error codes for 'show'
|
||||
- mount: do not try to mount disabled cgroup controllers
|
||||
- man: document /etc/modules-load.d/, /etc/os-release,
|
||||
locale.conf, /etc/vconsole.conf, /etc/hostname
|
||||
- units: move a couple of units from base.target to
|
||||
sysinit.target
|
||||
- man: reorder things to follow the same order everywhere
|
||||
- revert too new libnotify code/requirement
|
||||
- revert fsck -l option requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 20 19:58:14 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
- version 13
|
||||
- cryptsetup: actually show disk name
|
||||
- cryptsetup: show udev device name when asking for password
|
||||
- sysctl: implement native tool and support /etc/sysctl.d
|
||||
- units: enable console ask-password agent by default
|
||||
- introduce /etc/os-release distro description
|
||||
- job: make sure we don't fail umount.target if a mount unit
|
||||
failed to stop
|
||||
- cgroup: after killing cgroup processes, ensure the group is
|
||||
really dead gone. wait for 3s at max
|
||||
- cgroup: if we couldn't remove a cgroup after killing
|
||||
evertyhing in it then it's fine
|
||||
- cryptsetup: automatically order crypt partitions before
|
||||
cryptsetup.target
|
||||
- man: trivial BindTo description fix
|
||||
- manager: make list of default controllers configurable
|
||||
- build: expose libcryptsetup dependency in build string
|
||||
- pam: document controllers= switch
|
||||
- cgroup: by default, duplicate service cgroup in the cpu hierarchy
|
||||
- pam: duplicate cgroup tree in the cpu hierarchy by default,
|
||||
optionally more
|
||||
- enable native crypto handling instead of boot.crypto
|
||||
- revert too new libnotify code/requirement
|
||||
- revert fsck -l option requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 17 01:32:04 CET 2010 - kay.sievers@novell.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 12
|
||||
Version: 13
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
@ -102,17 +102,17 @@ ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
|
||||
ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
|
||||
rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants
|
||||
rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target
|
||||
rm -f $RPM_BUILD_ROOT/lib/systemd/system-generators/*
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/modules-load.d
|
||||
# alias for /etc/init.d/*
|
||||
ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service
|
||||
ln -s systemd-random-seed-load.service $RPM_BUILD_ROOT/lib/systemd/system/random.service
|
||||
ln -s systemd-tmpfiles-setup.service $RPM_BUILD_ROOT/lib/systemd/system/cleanup.service
|
||||
ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service
|
||||
ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service
|
||||
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service
|
||||
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service
|
||||
#ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
|
||||
#ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
|
||||
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service
|
||||
ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
|
||||
|
||||
%post
|
||||
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
|
||||
|
Loading…
Reference in New Issue
Block a user