From 8efcec40e4088305ea056faba36994e9f14e203f64ff160c1b33d8833a659a0c Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 8 Mar 2011 19:21:29 +0000 Subject: [PATCH] version 20 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=125 --- systemd-19.tar.bz2 | 3 --- systemd-20.tar.bz2 | 3 +++ systemd.changes | 22 ++++++++++++++++++++++ systemd.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 systemd-19.tar.bz2 create mode 100644 systemd-20.tar.bz2 diff --git a/systemd-19.tar.bz2 b/systemd-19.tar.bz2 deleted file mode 100644 index 51889246..00000000 --- a/systemd-19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b82a1a98c2ad4098b58ee2de7dfeda785a8ed597390fda946b079bd5fd4af775 -size 752811 diff --git a/systemd-20.tar.bz2 b/systemd-20.tar.bz2 new file mode 100644 index 00000000..cbab12db --- /dev/null +++ b/systemd-20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9267127955ed9afbb41e1568c0db1e7028f6450993876a42e91a621fa04e5b5d +size 754679 diff --git a/systemd.changes b/systemd.changes index e9a2f3ea..e74823a1 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Mar 8 19:06:45 UTC 2011 - kasievers@novell.com + +- version 20 + - service: prefix description with LSB only if script has LSB header, + use 'SysV:' otherwise + - unit: don't accidently create ordering links to targets when + default deps are off for either target and unit + - mount: support less cumbersome x-systemd-xxx mount options + - unit: distuingish mandatory from triggering conditions + - dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object + is unknown + - systemctl: when forwarding is-enabled to chkconfig + hardcode runlevel 3 + - job: introduce new job result code 'skipped' to use when pre + conditions of job did not apply + - job: convert job type as early as we can, to simplify things + - Keep emacs configuration in one configuration file. + - syslog: make sure the kmsg bridge is always pulled in and + never terminated automatically + - mount: make /media a tmpfs + ------------------------------------------------------------------- Mon Mar 7 17:24:46 CET 2011 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 1b722218..5a6abe08 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 19 +Version: 20 Release: 1 License: GPLv2+ Group: System/Base