diff --git a/systemd-218.g1050.tar.xz b/systemd-218.g1050.tar.xz deleted file mode 100644 index fc7d5aa4..00000000 --- a/systemd-218.g1050.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1bccbdd9b6832dafaed409ad0c8c076a7aaaf706615ecbb905d9def291b1cb0 -size 3358908 diff --git a/systemd-219.tar.xz b/systemd-219.tar.xz new file mode 100644 index 00000000..d90808ee --- /dev/null +++ b/systemd-219.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c57113454e37c040d0cb481bd960ae7cf3a3fe0a231ff4945259bc74503f2d9 +size 3938228 diff --git a/systemd-mini.changes b/systemd-mini.changes index 30576e0a..3937a716 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 16 23:46:11 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 219 +* systemd units can now be "unsupported" (like, for example, + .device in a containers), similar to the "skipped" state in + SUSE's prior sysvinit scripts. +* tmpfiles gained the 'v' type for creating btrfs subvolumes. +* tmpfiles gained the 'a' type for setting ACLs. +* systemd-nspawn gained new switches: --ephemeral, --template +* The /var/lib/containers location is deprecated and replaced by + /var/lib/machines. +* machinectl gained the copy-from and copy-to commands. +* machinectl now knows a "bind" command (for use with nspawn) +* new "systemd-importd" daemon to download container images and run + them as nspawn containers. +* networkd collects LLDP network announcements, if available, and + so shown in networkctl. +* The fallback terminal type was changed from "vt102" to "vt220", + allowing PgUp/PgDn keys to work. +* Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, + useful should the regular shutdown hang. +* Removing storage will cause systemd to unmount the associated + mountpoints so that they don't linger around. + ------------------------------------------------------------------- Mon Feb 16 11:47:04 UTC 2015 - jengelh@inai.de @@ -19,7 +44,6 @@ Mon Feb 16 09:42:48 UTC 2015 - meissner@suse.com - disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781 -- disable netword as we use wicked. ------------------------------------------------------------------- Tue Jan 20 11:33:59 UTC 2015 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index 54e8d0d3..0ed10fd4 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1,7 +1,7 @@ # # spec file for package systemd-mini # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define udevpkgname udev-mini %define udev_major 1 %bcond_without bash_completion -%bcond_with networkd +%bcond_without networkd %bcond_with python %bcond_with parentpathid %ifarch %{ix86} x86_64 aarch64 @@ -44,7 +44,7 @@ Name: systemd-mini Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 218.g1050 +Version: 219 Release: 0 Summary: A System and Session Manager License: LGPL-2.1+ @@ -145,8 +145,7 @@ Obsoletes: systemd-analyze < 201 Provides: systemd-analyze = %{version} #Git-Clone: git://anongit.freedesktop.org/systemd/systemd -#Snapshot: v218-1050-g38ab096 -Source0: systemd-%{version}.tar.xz +Source: http://freedesktop.org/software/systemd/systemd-%version.tar.xz %if ! 0%{?bootstrap} Source1: systemd-rpmlintrc %else @@ -576,7 +575,7 @@ Requires(postun): systemd systemd-journal-gatewayd serves journal events over the network using HTTP. %prep -%setup -q -n systemd +%setup -q echo "Checking whether upstream rpm macros changed..." diff -au "%{S:10}" src/core/macros.systemd.in @@ -752,7 +751,7 @@ cflags () esac set +o noclobber } -./autogen.sh +autoreconf -fi # prevent pre-generated and distributed files from re-building find . -name "*.[1-8]" -exec touch '{}' '+'; export V=e diff --git a/systemd.changes b/systemd.changes index 30576e0a..3937a716 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 16 23:46:11 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 219 +* systemd units can now be "unsupported" (like, for example, + .device in a containers), similar to the "skipped" state in + SUSE's prior sysvinit scripts. +* tmpfiles gained the 'v' type for creating btrfs subvolumes. +* tmpfiles gained the 'a' type for setting ACLs. +* systemd-nspawn gained new switches: --ephemeral, --template +* The /var/lib/containers location is deprecated and replaced by + /var/lib/machines. +* machinectl gained the copy-from and copy-to commands. +* machinectl now knows a "bind" command (for use with nspawn) +* new "systemd-importd" daemon to download container images and run + them as nspawn containers. +* networkd collects LLDP network announcements, if available, and + so shown in networkctl. +* The fallback terminal type was changed from "vt102" to "vt220", + allowing PgUp/PgDn keys to work. +* Pressing Ctrl-Alt-Del 7x in 2 seconds forces a umount+reboot now, + useful should the regular shutdown hang. +* Removing storage will cause systemd to unmount the associated + mountpoints so that they don't linger around. + ------------------------------------------------------------------- Mon Feb 16 11:47:04 UTC 2015 - jengelh@inai.de @@ -19,7 +44,6 @@ Mon Feb 16 09:42:48 UTC 2015 - meissner@suse.com - disable systemd-resolved for now as it interacts not well with our methods and security has concerns regarding spoofing. bsc#917781 -- disable netword as we use wicked. ------------------------------------------------------------------- Tue Jan 20 11:33:59 UTC 2015 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index cfa8fe23..03e139d1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,7 +1,7 @@ # # spec file for package systemd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define udevpkgname udev %define udev_major 1 %bcond_without bash_completion -%bcond_with networkd +%bcond_without networkd %bcond_with python %bcond_with parentpathid %ifarch %{ix86} x86_64 aarch64 @@ -42,7 +42,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 218.g1050 +Version: 219 Release: 0 Summary: A System and Session Manager License: LGPL-2.1+ @@ -140,8 +140,7 @@ Obsoletes: systemd-analyze < 201 Provides: systemd-analyze = %{version} #Git-Clone: git://anongit.freedesktop.org/systemd/systemd -#Snapshot: v218-1050-g38ab096 -Source0: systemd-%{version}.tar.xz +Source: http://freedesktop.org/software/systemd/systemd-%version.tar.xz %if ! 0%{?bootstrap} Source1: systemd-rpmlintrc %else @@ -571,7 +570,7 @@ Requires(postun): systemd systemd-journal-gatewayd serves journal events over the network using HTTP. %prep -%setup -q -n systemd +%setup -q echo "Checking whether upstream rpm macros changed..." diff -au "%{S:10}" src/core/macros.systemd.in @@ -747,7 +746,7 @@ cflags () esac set +o noclobber } -./autogen.sh +autoreconf -fi # prevent pre-generated and distributed files from re-building find . -name "*.[1-8]" -exec touch '{}' '+'; export V=e