forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=127
This commit is contained in:
parent
8efcec40e4
commit
ebd679ad25
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9267127955ed9afbb41e1568c0db1e7028f6450993876a42e91a621fa04e5b5d
|
oid sha256:5ed30a565cf596ed405a18ef6499ac8a9c09bc0f112b37b56b1fefb16377bb56
|
||||||
size 754679
|
size 755345
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 8 19:06:45 UTC 2011 - kasievers@novell.com
|
Thu Mar 10 14:16:50 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
- new snapshot
|
||||||
|
- main: refuse system to be started in a chroot
|
||||||
|
- main: don't check if /usr really is a mount point, since it is
|
||||||
|
fine if it is passed pre-mounted to us from the initrd
|
||||||
|
- condition: take a timestamp and store last result of conditions
|
||||||
|
- dev: use /dev/.run/systemd as runtime directory, instead of
|
||||||
|
/dev/.systemd
|
||||||
|
- machine-id: move machine-id-setup to /sbin
|
||||||
|
- pkconfig: export full search path as .pc variable
|
||||||
|
- selinux: bump up error level when in non-enforcing mode
|
||||||
|
- dbus: fix dbus assert due to uninitialized error
|
||||||
|
- dbus: properly generate UnknownInterface, UnknownProperty
|
||||||
|
and PropertyReadOnly errors
|
||||||
|
- mount: use /dev/.run as an early boot alias for /var/run
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 8 19:06:45 UTC 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
- version 20
|
- version 20
|
||||||
- service: prefix description with LSB only if script has LSB header,
|
- service: prefix description with LSB only if script has LSB header,
|
||||||
|
@ -130,7 +130,7 @@ ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service
|
|||||||
(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
|
(cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/bin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
/sbin/systemd-machine-id-setup >/dev/null 2>&1 || :
|
||||||
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
|
/bin/systemctl daemon-reexec >/dev/null 2>&1 || :
|
||||||
|
|
||||||
# Create default config in /etc at first install.
|
# Create default config in /etc at first install.
|
||||||
@ -172,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/systemd-ask-password
|
/bin/systemd-ask-password
|
||||||
/bin/systemd-tty-ask-password-agent
|
/bin/systemd-tty-ask-password-agent
|
||||||
/bin/systemd-tmpfiles
|
/bin/systemd-tmpfiles
|
||||||
/bin/systemd-machine-id-setup
|
/sbin/systemd-machine-id-setup
|
||||||
%{_bindir}/systemd-cgls
|
%{_bindir}/systemd-cgls
|
||||||
/lib/systemd/systemd-*
|
/lib/systemd/systemd-*
|
||||||
/%{_lib}/security/pam_systemd.so
|
/%{_lib}/security/pam_systemd.so
|
||||||
|
Loading…
Reference in New Issue
Block a user