Remove unnecessary BuildRequires (#1327873)
This commit is contained in:
parent
898af3ca36
commit
f674625d49
@ -9,7 +9,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: 1.2.21
|
Version: 1.2.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.keepalived.org/
|
URL: http://www.keepalived.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -28,8 +28,6 @@ BuildRequires: net-snmp-devel
|
|||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
BuildRequires: kernel-devel
|
|
||||||
BuildRequires: popt-devel
|
|
||||||
BuildRequires: ipset-devel
|
BuildRequires: ipset-devel
|
||||||
BuildRequires: libnfnetlink-devel
|
BuildRequires: libnfnetlink-devel
|
||||||
|
|
||||||
@ -110,6 +108,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/keepalived.8*
|
%{_mandir}/man8/keepalived.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-2
|
||||||
|
- Remove unnecessary BuildRequires (#1327873)
|
||||||
|
|
||||||
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-1
|
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-1
|
||||||
- Update to 1.2.21 (#1341372)
|
- Update to 1.2.21 (#1341372)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user