Created
March 26, 2015 12:16
-
-
Save ivoronin/083c50d80fc2ec2f717e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/SOURCES/keepalived.service b/SOURCES/keepalived.service | |
index d958940..6f9c41c 100644 | |
--- a/SOURCES/keepalived.service | |
+++ b/SOURCES/keepalived.service | |
@@ -1,6 +1,6 @@ | |
[Unit] | |
Description=LVS and VRRP High Availability Monitor | |
-After=syslog.target network.target | |
+After=syslog.target network.target snmpd.service | |
[Service] | |
Type=forking | |
diff --git a/SPECS/keepalived.spec b/SPECS/keepalived.spec | |
index d8b8cae..518bd6a 100644 | |
--- a/SPECS/keepalived.spec | |
+++ b/SPECS/keepalived.spec | |
@@ -8,8 +8,8 @@ | |
Name: keepalived | |
Summary: Load balancer and high availability service | |
-Version: 1.2.13 | |
-Release: 6%{?dist} | |
+Version: 1.2.15 | |
+Release: 1%{?dist} | |
License: GPLv2+ | |
URL: http://www.keepalived.org/ | |
Group: System Environment/Daemons | |
@@ -17,8 +17,6 @@ Group: System Environment/Daemons | |
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz | |
Source1: keepalived.service | |
-Patch0: bz1085535-keepalived-man-snmp.patch | |
- | |
Requires(post): systemd | |
Requires(preun): systemd | |
Requires(postun): systemd | |
@@ -45,7 +43,6 @@ Keepalived also implements the Virtual Router Redundancy Protocol | |
%prep | |
%setup -q | |
-%patch0 -p1 | |
%build | |
%configure \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment