forked from pool/systemd
version 19
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=122
This commit is contained in:
parent
7083a782d9
commit
3c92154ff0
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb814985755cbe61fd8988e601a174398a03607d3e61e15e19896d460d65c3a
|
||||
size 765995
|
||||
oid sha256:7f2cb83b6e26a0ef3240858727c4cf80cfa5b53e1b8ed67cacf24240b0450dd0
|
||||
size 767978
|
||||
|
3
systemd-19.tar.bz2
Normal file
3
systemd-19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d858237a197c8172a4d680a5109b2da81a41de612003c9f0ee693fa09e9a5ad5
|
||||
size 770110
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com
|
||||
|
||||
- version 19
|
||||
- udev: don't ignore non-encrypted block devices with no
|
||||
superblock
|
||||
- udev: expose ttyUSB devices too
|
||||
- udev: mark hvc devices for exposure in systemd
|
||||
- cryptsetup: add a terse help
|
||||
- agent: don't print warnings if a password was removed or
|
||||
timed out
|
||||
- systemctl: shutdown agent explicitly so that it can reset
|
||||
the tty properly
|
||||
- never clean up a service that still has a process in it
|
||||
- label: udev might be making changes in /dev while we
|
||||
iterate through it
|
||||
- systemctl: properly handle job results
|
||||
- job: also trigger on-failure dependencies when jobs faile
|
||||
due to dependencies, timeout
|
||||
- job: when cancelling jobs, make sure to propagate this
|
||||
properly to depending jobs
|
||||
- job: start job timeout on enqueuing not when we start to
|
||||
process a job
|
||||
- unit: increase default timeout to 3min
|
||||
- logger: leave the logger longer around and allow it do
|
||||
handle more connections
|
||||
- dbus: pass along information why a job failed when it
|
||||
failed (dbus api change!)
|
||||
- general: unify error code we generate on timeout
|
||||
- units: synchronize gettys to plymouth even if plymouth is
|
||||
killed by gdm
|
||||
- job: start job timer when we begin running the job, not
|
||||
already when we add it to the queue of jobs
|
||||
- cryptsetup: try to show the mount point for a crypto disk
|
||||
if we can
|
||||
- rescue: terminate plymouth entirely when going into
|
||||
rescue mode
|
||||
- ask-password: fix handling of timeouts when waiting
|
||||
for password
|
||||
- ask-password: supported plymouth cached passwords
|
||||
- main: print warning if /usr is on a seperate partition
|
||||
- ensure we start not a single getty before plymouth is
|
||||
gone because we never know which ttys plymouth still controls
|
||||
- unit: introduce ConditionVirtualization=
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 19:30:30 CET 2011 - kay.sievers@novell.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 18
|
||||
Version: 19
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
|
Loading…
Reference in New Issue
Block a user