forked from pool/systemd
Accepting request 286413 from home:jengelh:systemd
- Update to new upstream release 219 * basically this is just adding the changelog OBS-URL: https://build.opensuse.org/request/show/286413 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=851
This commit is contained in:
parent
c4cfccf3fe
commit
a0482db5ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1bccbdd9b6832dafaed409ad0c8c076a7aaaf706615ecbb905d9def291b1cb0
|
||||
size 3358908
|
3
systemd-219.tar.xz
Normal file
3
systemd-219.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c57113454e37c040d0cb481bd960ae7cf3a3fe0a231ff4945259bc74503f2d9
|
||||
size 3938228
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
13
systemd.spec
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user