From 68483c16644ef15bf3d88d8d165957fbb1378b9c4279f3190d1ebf2bf5b972a1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 11 Jun 2015 12:40:35 +0000 Subject: [PATCH] Accepting request 309834 from home:pwieczorkiewicz:branches:Base:System - Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092 - Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165 - Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092 - Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165 OBS-URL: https://build.opensuse.org/request/show/309834 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=872 --- ...stemd-networkd-alias-network-service.patch | 10 +++++++ systemd-mini.changes | 28 ++++++++++++------- systemd-mini.spec | 3 ++ systemd.changes | 28 ++++++++++++------- systemd.spec | 3 ++ 5 files changed, 52 insertions(+), 20 deletions(-) create mode 100644 1098-systemd-networkd-alias-network-service.patch diff --git a/1098-systemd-networkd-alias-network-service.patch b/1098-systemd-networkd-alias-network-service.patch new file mode 100644 index 00000000..92afb327 --- /dev/null +++ b/1098-systemd-networkd-alias-network-service.patch @@ -0,0 +1,10 @@ +Index: systemd-219/units/systemd-networkd.service.in +=================================================================== +--- systemd-219.orig/units/systemd-networkd.service.in ++++ systemd-219/units/systemd-networkd.service.in +@@ -29,4 +29,5 @@ WatchdogSec=1min + + [Install] + WantedBy=multi-user.target ++Alias=network.service + Also=systemd-networkd.socket diff --git a/systemd-mini.changes b/systemd-mini.changes index 1e69c8eb..7030a646 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -6,6 +6,20 @@ Thu Jun 11 12:12:58 UTC 2015 - werner@suse.de - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077 +------------------------------------------------------------------- +Tue Jun 2 13:35:52 UTC 2015 - pwieczorkiewicz@suse.com + +- Add 1098-systemd-networkd-alias-network-service.patch to alias + network.service the same way NetworkManager and wicked does. + This is needed by yast2 and other parts of the system. boo#933092 + +------------------------------------------------------------------- +Mon May 18 14:39:47 UTC 2015 - werner@suse.de + +- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use + the new return values of proc_cmdline() in enable_name_policy() + this should fix boo#931165 + ------------------------------------------------------------------- Mon May 18 12:25:54 UTC 2015 - jengelh@inai.de @@ -23,13 +37,6 @@ Mon May 18 12:25:54 UTC 2015 - jengelh@inai.de naming setup for SLE, all these parts are moved to a separate package. -------------------------------------------------------------------- -Mon May 18 14:39:47 UTC 2015 - werner@suse.de - -- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use - the new return values of proc_cmdline() in enable_name_policy() - this should fix boo#931165 - ------------------------------------------------------------------- Mon Mar 16 15:35:31 UTC 2015 - werner@suse.de @@ -1556,7 +1563,7 @@ Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch 0007-service-flush-status-text-and-errno-values-each-time.patch ------------------------------------------------------------------- +------------------------------------------------------------------- Tue Jul 8 10:41:31 UTC 2014 - werner@suse.de - Add upstream patch @@ -2398,7 +2405,7 @@ Wed Mar 12 14:35:10 UTC 2014 - werner@suse.de make sure that systemd can talk with dbus-daemon even on big endian systems (bnc#866732) ------------------------------------------------------------------ +------------------------------------------------------------------- Tue Mar 11 11:32:37 UTC 2014 - hrvoje.senjan@gmail.com - Due to previous reason, resurrect systemd-dbus-system-bus-address.patch @@ -2406,7 +2413,7 @@ Tue Mar 11 11:32:37 UTC 2014 - hrvoje.senjan@gmail.com needed for quering default DBus directories, which we nowpass to configure. This also unbreaks libdbus <-> systemd-miniBuild Cycle ------------------------------------------------------------------ +------------------------------------------------------------------- Tue Mar 11 11:01:53 UTC 2014 - werner@suse.de - Add or port upstream bugfix patches: @@ -2890,6 +2897,7 @@ Wed Feb 26 12:43:17 UTC 2014 - werner@suse.de unmounted before the interface is down (bnc#861489) +------------------------------------------------------------------- +------------------------------------------------------------------- Sun Feb 23 23:47:06 UTC 2014 - stefan.bruens@rwth-aachen.de - enable compat-libs, BuildRequires binutils-gold diff --git a/systemd-mini.spec b/systemd-mini.spec index 29e05f44..88c4728f 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -299,6 +299,8 @@ Patch1095: 1095-set-ssd-disk-to-use-deadline-scheduler.patch Patch1096: 1096-new-udev-root-symlink-generator.patch # PATCH-FIX-SUSE 1097-udevd-increase-maximum-number-of-children.patch Patch1097: 1097-udevd-increase-maximum-number-of-children.patch +# PATCH-FIX-OPENSUSE 1098-systemd-networkd-alias-network-service.patch +Patch1098: 1098-systemd-networkd-alias-network-service.patch %description Systemd is a system and service manager, compatible with SysV and LSB @@ -628,6 +630,7 @@ cp %{SOURCE7} m4/ %patch1095 -p1 %patch1096 -p1 %patch1097 -p1 +%patch1098 -p1 # remove patch backups find -name '*.orig' -exec rm -f '{}' \+ diff --git a/systemd.changes b/systemd.changes index 1e69c8eb..b13915ef 100644 --- a/systemd.changes +++ b/systemd.changes @@ -6,6 +6,20 @@ Thu Jun 11 12:12:58 UTC 2015 - werner@suse.de - Add 0001-Let-some-boolean-survive-a-daemon-reload.patch to fix bsc#933365 and boo#934077 +------------------------------------------------------------------- +Tue Jun 2 13:33:24 UTC 2015 - pwieczorkiewicz@suse.com + +- Add 1098-systemd-networkd-alias-network-service.patch to alias + network.service the same way NetworkManager and wicked does. + This is needed by yast2 and other parts of the system. boo#933092 + +------------------------------------------------------------------- +Mon May 18 14:39:47 UTC 2015 - werner@suse.de + +- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use + the new return values of proc_cmdline() in enable_name_policy() + this should fix boo#931165 + ------------------------------------------------------------------- Mon May 18 12:25:54 UTC 2015 - jengelh@inai.de @@ -23,13 +37,6 @@ Mon May 18 12:25:54 UTC 2015 - jengelh@inai.de naming setup for SLE, all these parts are moved to a separate package. -------------------------------------------------------------------- -Mon May 18 14:39:47 UTC 2015 - werner@suse.de - -- Modify patch 1021-udev-re-add-persistent-net-rules.patch to use - the new return values of proc_cmdline() in enable_name_policy() - this should fix boo#931165 - ------------------------------------------------------------------- Mon Mar 16 15:35:31 UTC 2015 - werner@suse.de @@ -1556,7 +1563,7 @@ Tue Jul 8 10:59:26 UTC 2014 - werner@suse.de 0006-systemctl-show-StatusErrno-value-in-systemctl-status.patch 0007-service-flush-status-text-and-errno-values-each-time.patch ------------------------------------------------------------------- +------------------------------------------------------------------- Tue Jul 8 10:41:31 UTC 2014 - werner@suse.de - Add upstream patch @@ -2398,7 +2405,7 @@ Wed Mar 12 14:35:10 UTC 2014 - werner@suse.de make sure that systemd can talk with dbus-daemon even on big endian systems (bnc#866732) ------------------------------------------------------------------ +------------------------------------------------------------------- Tue Mar 11 11:32:37 UTC 2014 - hrvoje.senjan@gmail.com - Due to previous reason, resurrect systemd-dbus-system-bus-address.patch @@ -2406,7 +2413,7 @@ Tue Mar 11 11:32:37 UTC 2014 - hrvoje.senjan@gmail.com needed for quering default DBus directories, which we nowpass to configure. This also unbreaks libdbus <-> systemd-miniBuild Cycle ------------------------------------------------------------------ +------------------------------------------------------------------- Tue Mar 11 11:01:53 UTC 2014 - werner@suse.de - Add or port upstream bugfix patches: @@ -2890,6 +2897,7 @@ Wed Feb 26 12:43:17 UTC 2014 - werner@suse.de unmounted before the interface is down (bnc#861489) +------------------------------------------------------------------- +------------------------------------------------------------------- Sun Feb 23 23:47:06 UTC 2014 - stefan.bruens@rwth-aachen.de - enable compat-libs, BuildRequires binutils-gold diff --git a/systemd.spec b/systemd.spec index 5a2fc793..8fbaa905 100644 --- a/systemd.spec +++ b/systemd.spec @@ -294,6 +294,8 @@ Patch1095: 1095-set-ssd-disk-to-use-deadline-scheduler.patch Patch1096: 1096-new-udev-root-symlink-generator.patch # PATCH-FIX-SUSE 1097-udevd-increase-maximum-number-of-children.patch Patch1097: 1097-udevd-increase-maximum-number-of-children.patch +# PATCH-FIX-OPENSUSE 1098-systemd-networkd-alias-network-service.patch +Patch1098: 1098-systemd-networkd-alias-network-service.patch %description Systemd is a system and service manager, compatible with SysV and LSB @@ -623,6 +625,7 @@ cp %{SOURCE7} m4/ %patch1095 -p1 %patch1096 -p1 %patch1097 -p1 +%patch1098 -p1 # remove patch backups find -name '*.orig' -exec rm -f '{}' \+