Revert previous preempt extension (#1202584)
This commit is contained in:
parent
e33eea294e
commit
b15d6c5a66
@ -9,7 +9,7 @@
|
||||
Name: keepalived
|
||||
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
||||
Version: 1.2.15
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.keepalived.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -17,6 +17,8 @@ Group: System Environment/Daemons
|
||||
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
|
||||
Source1: keepalived.service
|
||||
|
||||
Patch0: vrrp-revert-previous-preempt-extension.patch
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
@ -47,6 +49,7 @@ infrastructures.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -101,6 +104,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/keepalived.8*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-3
|
||||
- Revert previous preempt extension (#1202584)
|
||||
|
||||
* Tue Jan 13 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-2
|
||||
- Depend on network-online.target systemd unit (#1181097)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user