parent
75bdfb177b
commit
baf019f32b
@ -1,6 +1,7 @@
|
|||||||
%bcond_without snmp
|
%bcond_without snmp
|
||||||
%bcond_without vrrp
|
%bcond_without vrrp
|
||||||
%bcond_without sha1
|
%bcond_without sha1
|
||||||
|
%bcond_without json
|
||||||
%bcond_without nftables
|
%bcond_without nftables
|
||||||
%bcond_with profile
|
%bcond_with profile
|
||||||
%bcond_with debug
|
%bcond_with debug
|
||||||
@ -10,7 +11,7 @@
|
|||||||
Name: keepalived
|
Name: keepalived
|
||||||
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
||||||
Version: 2.2.4
|
Version: 2.2.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.keepalived.org/
|
URL: http://www.keepalived.org/
|
||||||
|
|
||||||
@ -68,6 +69,7 @@ infrastructures.
|
|||||||
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \
|
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \
|
||||||
%{?with_nftables:--enable-nftables --disable-iptables} \
|
%{?with_nftables:--enable-nftables --disable-iptables} \
|
||||||
%{?with_sha1:--enable-sha1} \
|
%{?with_sha1:--enable-sha1} \
|
||||||
|
%{?with_sha1:--enable-json} \
|
||||||
--with-init=systemd
|
--with-init=systemd
|
||||||
%{__make} %{?_smp_mflags} STRIP=/bin/true
|
%{__make} %{?_smp_mflags} STRIP=/bin/true
|
||||||
|
|
||||||
@ -108,6 +110,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
|
|||||||
%{_mandir}/man8/keepalived.8*
|
%{_mandir}/man8/keepalived.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 22 2022 Ryan O'Hara <rohara@redhat.com> - 2.2.4-3
|
||||||
|
- Enable JSON support (#2129819)
|
||||||
|
|
||||||
* Mon Feb 21 2022 Ryan O'Hara <rohara@redhat.com> - 2.2.4-2
|
* Mon Feb 21 2022 Ryan O'Hara <rohara@redhat.com> - 2.2.4-2
|
||||||
- Fix DBus policy restrictions (#2028351, CVE-2021-44225)
|
- Fix DBus policy restrictions (#2028351, CVE-2021-44225)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user