!4 update to master
Merge pull request !4 from zhouxudong8/openEuler-20.03-LTS
This commit is contained in:
commit
5266ccc2ad
Binary file not shown.
BIN
keepalived-2.0.20.tar.gz
Normal file
BIN
keepalived-2.0.20.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user