Update to 1.2.7 and fix systemd service file.

This commit is contained in:
Ryan O'Hara 2012-09-04 11:24:20 -05:00
parent 284fd58030
commit 90e5aa33fe
4 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/keepalived-1.2.4.tar.gz /keepalived-1.2.4.tar.gz
/keepalived-1.2.5.tar.gz /keepalived-1.2.5.tar.gz
/keepalived-1.2.6.tar.gz /keepalived-1.2.6.tar.gz
/keepalived-1.2.7.tar.gz

View File

@ -4,8 +4,10 @@ After=syslog.target network.target
[Service] [Service]
Type=forking Type=forking
KillMode=process
EnvironmentFile=-/etc/sysconfig/keepalived EnvironmentFile=-/etc/sysconfig/keepalived
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
Summary: High Availability monitor built upon LVS, VRRP and service pollers Summary: High Availability monitor built upon LVS, VRRP and service pollers
Name: keepalived Name: keepalived
Version: 1.2.6 Version: 1.2.7
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://www.keepalived.org/ URL: http://www.keepalived.org/
@ -123,6 +123,10 @@ fi
%changelog %changelog
* Tue Sep 04 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.7-1
- Update to 1.2.7.
- Fix systemd service file (#769726).
* Mon Aug 20 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.6-1 * Mon Aug 20 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.6-1
- Update to 1.2.6. - Update to 1.2.6.

View File

@ -1 +1 @@
299f8c7eae521753c3e1f2689974982a keepalived-1.2.6.tar.gz 8551a34ee048895dbe5350a031ff29c1 keepalived-1.2.7.tar.gz