version 18
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=114
This commit is contained in:
parent
56cc91b55f
commit
be29188045
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:47448a4380dcff4bfae57c306f1fac6a3d989b233efd6aff013df635a2c7dc06
|
|
||||||
size 756049
|
|
3
systemd-18.tar.bz2
Normal file
3
systemd-18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5d9921abc036667c3cd0ccaa1d8d64ba5135a7133b93dbdea7d7cb4b76ce242
|
||||||
|
size 765009
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 16 21:39:20 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
- version 18
|
||||||
|
- systemctl: introduce --ignore-dependencies
|
||||||
|
- systemctl: introduce --failed to show only failed services
|
||||||
|
- systemctl: introduce --failed to show only failed services
|
||||||
|
- rescue: make 'systemctl default' fail if there is already
|
||||||
|
something running when the shell exited
|
||||||
|
- util: seperate welcome line from other output by empty lines
|
||||||
|
- manager: don't consider transaction jobs conflicting with
|
||||||
|
queued jobs redundant
|
||||||
|
- udev: ignore block devices which no known contents, to avoid
|
||||||
|
trying of mounts/swapons when devices aren't set up full yet
|
||||||
|
- swap: handle "nofail" from fstab
|
||||||
|
- mount,swap: properly add dependencies to logger if needed
|
||||||
|
- service: change default std output to inherit
|
||||||
|
- exec: introduce global defaults for the standard output
|
||||||
|
of services
|
||||||
|
- udev: use SYSTEMD_READY to mask uninitialized DM devices
|
||||||
|
- fsck: output to /dev/console by default in addition to syslog
|
||||||
|
- execute: optionally forward program output to /dev/console in
|
||||||
|
addition to syslog/kmsg
|
||||||
|
- socket: refuse socket activation for SysV services
|
||||||
|
- fsck: do not fail boot if fsck returns with an error code that
|
||||||
|
hasn't 2 or 6 set
|
||||||
|
- shutdown: execute all binaries in /lib/systemd/system-shutdown
|
||||||
|
as last step before invoking reboot()
|
||||||
|
- job: make status message printing more verbose
|
||||||
|
- cryptsetup: fix unit file description
|
||||||
|
- tmpfiles: never delete AF_UNIX sockets that are alive
|
||||||
|
- getty: don't parse console= anymore, use
|
||||||
|
/sys/class/tty/console/active instead
|
||||||
|
- properly resolve /dev/console if more than once console=
|
||||||
|
argument was passed on the kernel command line
|
||||||
|
- getty: do not auto-spawn getty's on VC ttys if console=ttyN
|
||||||
|
- fsck: skip root fsck if dracut already did it
|
||||||
|
- util: when determining the right TERM for /dev/console
|
||||||
|
consult /sys/class/tty/console/active
|
||||||
|
- pam: introduce whitelist and blacklist user list feature
|
||||||
|
- systemctl: minor optimizations
|
||||||
|
- systemctl: don't unnecessarily close stdin/stdout/stderr for
|
||||||
|
tty agent so that locking by tty works
|
||||||
|
- readahead: disable readahead in virtual machines
|
||||||
|
- tmpfiles: move binary to /bin to make it publicly available
|
||||||
|
- tmpfiles: take names of tmpfiles configuration files on the
|
||||||
|
command line
|
||||||
|
- tmpfiles: log to stderr if possible
|
||||||
|
- tmpfiles: support globs
|
||||||
|
- units: introduce and hook up sound.target
|
||||||
|
- dbus: allow all clients access to org.freedesktop.DBus.Peer
|
||||||
|
- consider udev devices with SYSTEMD_READY=0 as unplugged
|
||||||
|
- systemctl: don't start agent for --user
|
||||||
|
- systemctl: make sure the tty agent does not retain a copy
|
||||||
|
of stdio
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 8 19:10:06 CET 2011 - kay.sievers@novell.com
|
Tue Feb 8 19:10:06 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 17
|
Version: 18
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
@ -170,6 +170,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/systemd-notify
|
/bin/systemd-notify
|
||||||
/bin/systemd-ask-password
|
/bin/systemd-ask-password
|
||||||
/bin/systemd-tty-ask-password-agent
|
/bin/systemd-tty-ask-password-agent
|
||||||
|
/bin/systemd-tmpfiles
|
||||||
%{_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