From 61cf7d568fdb121f8f40ba5edb9c8222533444c2 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 1 Dec 2020 11:08:02 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/systemd.git#97a60859120d1c6357a6cb7dfda11c09174af1c0 --- sources | 2 +- split-files.py | 4 +--- systemd.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/sources b/sources index f672e70..b9e85e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-247.tar.gz) = dd11cf46e5d9cbf44beb2d383262e9b13eb80fbb3403d86d011b4c2f9e0a4778c7c9779c856960f5654177581c20d7336c00ce687d35fe35ce069c56924604c2 +SHA512 (systemd-247.1.tar.gz) = 2a737afcee4409c2be073d8cb650c3465a25c101b3c3072ea6e6a0614d06e3ed7ae55c84f9ae60555915ad1480b3a13aa72fef4b9210139afe6b0d7a7629385a diff --git a/split-files.py b/split-files.py index e1b2124..ffa18f5 100644 --- a/split-files.py +++ b/split-files.py @@ -72,12 +72,10 @@ for file in files(buildroot): /machine.slice| /machines.target| var-lib-machines.mount| - network/80-container| - network/80-vm| org.freedesktop.(import|machine)1 ''', n, re.X): o = o_container - elif re.search(r'''/usr/lib/systemd/network/..-wifi| + elif re.search(r'''/usr/lib/systemd/network/80-| networkd| networkctl| org.freedesktop.network1 diff --git a/systemd.spec b/systemd.spec index dafb304..8596407 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,7 +1,7 @@ #global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa %{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})} -#global stable 1 +%global stable 1 # We ship a .pc file but don't want to have a dep on pkg-config. We # strip the automatically generated dep here and instead co-own the @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd -Version: 247 +Version: 247.1 Release: 1%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ @@ -892,6 +892,13 @@ getent passwd systemd-network &>/dev/null || useradd -r -u 192 -l -g systemd-net %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Tue Dec 1 2020 Zbigniew Jędrzejewski-Szmek - 247.1-1 +- Latest stable release +- Fixes #1902819. +- Files to configure networking with systemd-networkd in a VM or container are + moved to systemd-networkd subpackage. (They were previously in the -container + subpackage, which is for container/VM management.) + * Thu Nov 26 2020 Zbigniew Jędrzejewski-Szmek - 247-1 - Update to the latest version - #1900878 should be fixed