forked from pool/systemd
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
This commit is contained in:
parent
793d6677e9
commit
68483c1664
10
1098-systemd-networkd-alias-network-service.patch
Normal file
10
1098-systemd-networkd-alias-network-service.patch
Normal file
@ -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
|
@ -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
|
||||
|
@ -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 '{}' \+
|
||||
|
@ -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
|
||||
|
@ -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 '{}' \+
|
||||
|
Loading…
Reference in New Issue
Block a user