[keepalived/f18] Update to 1.2.7 and fix systemd service file.

rohara rohara at fedoraproject.org
Tue Sep 4 16:36:18 UTC 2012


commit 472a0ee73a8dce0dad4b613227b2e12cb49f4676
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Tue Sep 4 11:35:58 2012 -0500

    Update to 1.2.7 and fix systemd service file.

 .gitignore         |    1 +
 keepalived.service |    2 ++
 keepalived.spec    |    6 +++++-
 sources            |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60217a1..256fedc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /keepalived-1.2.4.tar.gz
 /keepalived-1.2.5.tar.gz
 /keepalived-1.2.6.tar.gz
+/keepalived-1.2.7.tar.gz
diff --git a/keepalived.service b/keepalived.service
index edb5b7f..d958940 100644
--- a/keepalived.service
+++ b/keepalived.service
@@ -4,8 +4,10 @@ After=syslog.target network.target
 
 [Service]
 Type=forking
+KillMode=process
 EnvironmentFile=-/etc/sysconfig/keepalived
 ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
+ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target
diff --git a/keepalived.spec b/keepalived.spec
index d2dfb0f..94c67c6 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -1,6 +1,6 @@
 Summary: High Availability monitor built upon LVS, VRRP and service pollers
 Name: keepalived
-Version: 1.2.6
+Version: 1.2.7
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -123,6 +123,10 @@ fi
 
 
 %changelog
+* Tue Sep 04 2012 Ryan O'Hara <rohara at redhat.com> - 1.2.7-1
+- Update to 1.2.7.
+- Fix systemd service file (#769726).
+
 * Mon Aug 20 2012 Ryan O'Hara <rohara at redhat.com> - 1.2.6-1
 - Update to 1.2.6.
 
diff --git a/sources b/sources
index 3c179ee..504eea3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-299f8c7eae521753c3e1f2689974982a  keepalived-1.2.6.tar.gz
+8551a34ee048895dbe5350a031ff29c1  keepalived-1.2.7.tar.gz


More information about the scm-commits mailing list