Add BuildRequires for file-devel

This commit is contained in:
Ryan O'Hara 2021-04-12 11:58:48 -05:00
parent db9617baa5
commit 950a4aec8b

View File

@ -10,7 +10,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.2 Version: 2.2.2
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.keepalived.org/ URL: http://www.keepalived.org/
@ -36,6 +36,7 @@ BuildRequires: systemd-units
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: libnl3-devel BuildRequires: libnl3-devel
BuildRequires: libnfnetlink-devel BuildRequires: libnfnetlink-devel
BuildRequires: file-devel
BuildRequires: make BuildRequires: make
%description %description
@ -61,7 +62,7 @@ infrastructures.
%{?with_profile:--enable-profile} \ %{?with_profile:--enable-profile} \
%{!?with_vrrp:--disable-vrrp} \ %{!?with_vrrp:--disable-vrrp} \
%{?with_snmp:--enable-snmp --enable-snmp-rfc} \ %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
%{?with_nftables:--enable-nftables --disable-iptables --disable-ipset} \ %{?with_nftables:--enable-nftables --disable-iptables} \
%{?with_sha1:--enable-sha1} \ %{?with_sha1:--enable-sha1} \
--with-init=systemd --with-init=systemd
%{__make} %{?_smp_mflags} STRIP=/bin/true %{__make} %{?_smp_mflags} STRIP=/bin/true
@ -103,6 +104,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
%{_mandir}/man8/keepalived.8* %{_mandir}/man8/keepalived.8*
%changelog %changelog
* Mon Apr 12 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-2
- Add BuildRequires for file-devel
* Wed Apr 07 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-1 * Wed Apr 07 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-1
- Update to 2.2.2 (#1935590) - Update to 2.2.2 (#1935590)