Accepting request 57755 from Base:System
Accepted submit request 57755 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/57755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=27
This commit is contained in:
parent
0ed9e53fa2
commit
fa2f46378e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:414f2c94256aebaaceddef8dba1410026f4dd29d3e056be544dd44bcad01d1e8
|
|
||||||
size 765361
|
|
3
systemd-16.tar.bz2
Normal file
3
systemd-16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e35f25cf6815b7f010718b51abd491fd83ed0ce7d3c7210702e6eb5c0d96873b
|
||||||
|
size 768175
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 8 19:25:40 CET 2011 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
- version 16
|
||||||
|
- device: don't warn if we cannot bump the udev socket buffer
|
||||||
|
- logger: when passing on PID info, fall back to our own if
|
||||||
|
originating process is already gone
|
||||||
|
- service: don't hit an assert if information in LSB headers is
|
||||||
|
incorrectly formatted
|
||||||
|
- execute,util: fix two small memory leaks
|
||||||
|
- getty: unset locale before execution
|
||||||
|
- execute: drop empty assignments from env blocks on execution
|
||||||
|
but keep them around otherwise to make them visible
|
||||||
|
- umount: don't try to detach the dm device the root dir is on,
|
||||||
|
to minimize warning messages
|
||||||
|
- locale: fix variable names
|
||||||
|
- fragment: allow prefixing of the EnvironmentFile=
|
||||||
|
path with - to ignore errors
|
||||||
|
- util: don't pass invalid fd to fdopendir() on error to avoid
|
||||||
|
corruption of errno
|
||||||
|
- tmpfiles: nicer message when two or more conflicting lines
|
||||||
|
are configured for the same file
|
||||||
|
- fragment: properly handle quotes in assignments in
|
||||||
|
EnvironmentFile= files
|
||||||
|
- sysctl: don't warn if sysctls are gone
|
||||||
|
- readahead: ignore if files are removed during collection or
|
||||||
|
before replay
|
||||||
|
- serial: use TERM=vt100 instead of TERM=vt100-nav
|
||||||
|
- cryptsetup: call mkswap on dm device, not on source device
|
||||||
|
- mount-setup: mount /dev/pts with mode=620,gid=5 by default
|
||||||
|
and make GID overridable via configure switch
|
||||||
|
- systemctl: implement auto-pager a la git
|
||||||
|
- shutdown: drop redundant sync() invocation
|
||||||
|
- util: invoke sync() implicitly on freeze()
|
||||||
|
- tmpfiles: do no follow symlinks when cleaning up dirs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 27 22:15:41 CET 2010 - kay.sievers@novell.com
|
||||||
|
|
||||||
|
- new snapshot
|
||||||
|
- pam: do not sort user sessions into their own cgroups in
|
||||||
|
the 'cpu' hierarchy
|
||||||
|
- mount-setup: drop noexec flag from default mount options
|
||||||
|
for /dev/shm
|
||||||
|
- systemd.pc: change 'session' to 'user'
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 16 16:52:04 CET 2010 - kay.sievers@novell.com
|
Thu Dec 16 16:52:04 CET 2010 - 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: 15
|
Version: 16
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
|
Loading…
Reference in New Issue
Block a user