forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=689
This commit is contained in:
parent
91a7764429
commit
1cb6cef6fb
@ -0,0 +1,20 @@
|
||||
Based on 58e027023b47b32e42cf93dd4a629b869ee1ef25 Mon Sep 17 00:00:00 2001
|
||||
From: Lennart Poettering <lennart@poettering.net>
|
||||
Date: Wed, 11 Jun 2014 14:58:32 +0200
|
||||
Subject: [PATCH] units: order network-online.target after network.target
|
||||
|
||||
There might be implementations around where the network-online logic
|
||||
might not talk to any network configuration service (and thus not have
|
||||
to wait for it), hence let's explicitly order network-online.target
|
||||
after network.target to avoid any ambiguities.
|
||||
---
|
||||
units/network-online.target | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- units/network-online.target
|
||||
+++ units/network-online.target 2014-06-26 00:00:00.000000000 +0000
|
||||
@@ -9,3 +9,4 @@
|
||||
Description=Network is Online
|
||||
Documentation=man:systemd.special(7)
|
||||
Documentation=http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
||||
+After=network.target
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 06:44:09 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add upstream patch
|
||||
0001-units-order-network-online.target-after-network.targ.patch
|
||||
to make sure that etwork-online.target follows network.target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 18:09:52 UTC 2014 - rmilasan@suse.com
|
||||
|
||||
|
@ -597,6 +597,8 @@ Patch293: 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch
|
||||
Patch294: 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch
|
||||
# PATCH-FIX-UPSTREAM added at 2014/06/25
|
||||
Patch295: 0005-man-fix-path-in-crypttab-5.patch
|
||||
# PATCH-FIX-UPSTREAM added at 2014/06/26
|
||||
Patch296: 0001-units-order-network-online.target-after-network.targ.patch
|
||||
|
||||
# UDEV PATCHES
|
||||
# ============
|
||||
@ -1137,6 +1139,7 @@ cp %{SOURCE7} m4/
|
||||
%patch293 -p0
|
||||
%patch294 -p0
|
||||
%patch295 -p0
|
||||
%patch296 -p0
|
||||
|
||||
# udev patches
|
||||
%patch1001 -p1
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 06:44:09 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add upstream patch
|
||||
0001-units-order-network-online.target-after-network.targ.patch
|
||||
to make sure that etwork-online.target follows network.target
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 18:09:52 UTC 2014 - rmilasan@suse.com
|
||||
|
||||
|
@ -592,6 +592,8 @@ Patch293: 0003-core-You-can-not-put-the-cached-result-of-use_smack-.patch
|
||||
Patch294: 0004-cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch
|
||||
# PATCH-FIX-UPSTREAM added at 2014/06/25
|
||||
Patch295: 0005-man-fix-path-in-crypttab-5.patch
|
||||
# PATCH-FIX-UPSTREAM added at 2014/06/26
|
||||
Patch296: 0001-units-order-network-online.target-after-network.targ.patch
|
||||
|
||||
# UDEV PATCHES
|
||||
# ============
|
||||
@ -1132,6 +1134,7 @@ cp %{SOURCE7} m4/
|
||||
%patch293 -p0
|
||||
%patch294 -p0
|
||||
%patch295 -p0
|
||||
%patch296 -p0
|
||||
|
||||
# udev patches
|
||||
%patch1001 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user