Enable JSON support

Resolves: #2129819
This commit is contained in:
Ryan O'Hara 2022-12-22 12:45:40 -06:00
parent 75bdfb177b
commit baf019f32b

View File

@ -1,6 +1,7 @@
%bcond_without snmp
%bcond_without vrrp
%bcond_without sha1
%bcond_without json
%bcond_without nftables
%bcond_with profile
%bcond_with debug
@ -10,7 +11,7 @@
Name: keepalived
Summary: High Availability monitor built upon LVS, VRRP and service pollers
Version: 2.2.4
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
URL: http://www.keepalived.org/
@ -68,6 +69,7 @@ infrastructures.
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \
%{?with_nftables:--enable-nftables --disable-iptables} \
%{?with_sha1:--enable-sha1} \
%{?with_sha1:--enable-json} \
--with-init=systemd
%{__make} %{?_smp_mflags} STRIP=/bin/true
@ -108,6 +110,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
%{_mandir}/man8/keepalived.8*
%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
- Fix DBus policy restrictions (#2028351, CVE-2021-44225)