forked from pool/systemd
update
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=124
This commit is contained in:
parent
0ee2e068e6
commit
62202350fa
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d858237a197c8172a4d680a5109b2da81a41de612003c9f0ee693fa09e9a5ad5
|
oid sha256:b82a1a98c2ad4098b58ee2de7dfeda785a8ed597390fda946b079bd5fd4af775
|
||||||
size 770110
|
size 752811
|
||||||
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 7 17:24:46 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
- new snapshot
|
||||||
|
- add org.freedesktop.DBus.Properies.Set method
|
||||||
|
- main: introduce /etc/machine-id
|
||||||
|
- systemctl: fix exit code when directing is-enabled
|
||||||
|
to chkconfig
|
||||||
|
- dbus: add 'Tainted' property to Manager object
|
||||||
|
- dbus: expose distribution name and features on manager
|
||||||
|
object as properties
|
||||||
|
- man: document changed EnvironmentFile= behaviour
|
||||||
|
- main: add link to wiki page with longer explanation of the
|
||||||
|
/usr madness
|
||||||
|
- execute: load environment files at time of execution, not
|
||||||
|
when we load the service configuration
|
||||||
|
- path: after installing inotify watches, recheck file again
|
||||||
|
to fix race
|
||||||
|
- path: don't use IN_ATTRIB on parent dirs when watching a
|
||||||
|
file, since those cannot be removed without emptying the dir
|
||||||
|
first anyway and we need IN_ATTRIB only to detect the link
|
||||||
|
count dropping to 0
|
||||||
|
- kill: always send SIGCONT after SIGTERM
|
||||||
|
- readahead: disable collector automatically on read-only media
|
||||||
|
- sysctl: use scandir() instead of nftw() to guarantee
|
||||||
|
systematic ordering
|
||||||
|
- support DT_UNKNOWN where necessary for compat with reiserfs
|
||||||
|
- systemctl: always null-terminate the password
|
||||||
|
- call systemd-machine-id-setup at installation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com
|
Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
@ -130,6 +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 || :
|
||||||
/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.
|
||||||
@ -171,6 +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
|
||||||
%{_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