[keepalived/f20] Depend on network-online.target systemd unit (#1181097)

rohara rohara at fedoraproject.org
Tue Jan 13 17:23:46 UTC 2015


commit 516ef2190b7aaabda2f4a01c6d0235a3364b177e
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Tue Jan 13 10:56:41 2015 -0600

    Depend on network-online.target systemd unit (#1181097)

 keepalived.service |    2 +-
 keepalived.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/keepalived.service b/keepalived.service
index d958940..8a45ed1 100644
--- a/keepalived.service
+++ b/keepalived.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=LVS and VRRP High Availability Monitor
-After=syslog.target network.target
+After=syslog.target network-online.target
 
 [Service]
 Type=forking
diff --git a/keepalived.spec b/keepalived.spec
index c374527..4131374 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -9,7 +9,7 @@
 Name: keepalived
 Summary: High Availability monitor built upon LVS, VRRP and service pollers
 Version: 1.2.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://www.keepalived.org/
 Group: System Environment/Daemons
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/keepalived.8*
 
 %changelog
+* Tue Jan 13 2015 Ryan O'Hara <rohara at redhat.com> - 1.2.15-2
+- Depend on network-online.target systemd unit (#1181097)
+
 * Tue Dec 23 2014 Ryan O'Hara <rohara at redhat.com> - 1.2.15-1
 - Update to 1.2.15
 


More information about the scm-commits mailing list