update to 2.0.20

This commit is contained in:
seuzw 2020-05-12 11:47:24 +08:00
parent c02b83e550
commit 3d6a1f0a63
4 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
keepalived-2.0.20.tar.gz Normal file

Binary file not shown.

View File

@ -5,7 +5,7 @@ Wants=network-online.target
[Service] [Service]
Type=forking Type=forking
PIDFile=/var/run/keepalived.pid PIDFile=/run/keepalived.pid
KillMode=process KillMode=process
EnvironmentFile=-/etc/sysconfig/keepalived EnvironmentFile=-/etc/sysconfig/keepalived
ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS

View File

@ -2,12 +2,13 @@
%bcond_without vrrp %bcond_without vrrp
%bcond_without sha1 %bcond_without sha1
%bcond_with profile %bcond_with profile
%bcond_without nftables
%bcond_with debug %bcond_with debug
%global _hardened_build 1 %global _hardened_build 1
Name: keepalived Name: keepalived
Version: 2.0.12 Version: 2.0.20
Release: 2 Release: 2
Summary: High Availability monitor built upon LVS, VRRP and service pollers Summary: High Availability monitor built upon LVS, VRRP and service pollers
License: GPLv2+ License: GPLv2+
@ -16,7 +17,7 @@ Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
Source1: keepalived.service Source1: keepalived.service
BuildRequires: net-snmp-devel gcc systemd-units openssl-devel libnl3-devel BuildRequires: net-snmp-devel gcc systemd-units openssl-devel libnl3-devel
BuildRequires: ipset-devel iptables-devel libnfnetlink-devel BuildRequires: ipset-devel iptables-devel libnfnetlink-devel libnftnl-devel
%{?systemd requires} %{?systemd requires}
%description %description
@ -44,6 +45,7 @@ or all together to provide resilient infrastructures.
%configure %{?with_debug:--enable-debug} %{?with_profile:--enable-profile} \ %configure %{?with_debug:--enable-debug} %{?with_profile:--enable-profile} \
%{!?with_vrrp:--disable-vrrp} %{?with_sha1:--enable-sha1} \ %{!?with_vrrp:--disable-vrrp} %{?with_sha1:--enable-sha1} \
--with-init=systemd %{!?with_vrrp:--disable-vrrp} \ --with-init=systemd %{!?with_vrrp:--disable-vrrp} \
%{?with_nftables:--enable-nftables --disable-iptables --disable-ipset} \
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \ %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
%make_build STRIP=/bin/true %make_build STRIP=/bin/true
@ -87,5 +89,5 @@ install -Dd -m 0755 %{buildroot}%{_libexecdir}/keepalived
%{_mandir}/man* %{_mandir}/man*
%changelog %changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.12-2 * Fri 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.20-2
- Package init - Package init