Dominique Leuenberger 2016-07-09 07:25:24 +00:00 committed by Git OBS Bridge
commit 4901e88e49
4 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853
size 330164

3
keepalived-1.2.22.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e386ec0bcad19c202330020a58a0d10b82ca9c107e4d07913664f93cd3df42a
size 472770

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jul 8 10:32:22 UTC 2016 - mrueckert@suse.de
- update to 1.2.22
Some VRRP fixes. Refer to ChangeLog for more infos.
- update to 1.2.21
Some fixes for last major release 1.2.20. Extensions on vrrp
framework. Refer to ChangeLog for more infos.
- update to 1.2.20
BUNCH of extensions, fixes, cleanup & production considerations.
Distro packages maintainers are strongly encouraged to upgrade.
- new BR libnfnetlink-devel
- we no longer ship the VRRP-MIB
-------------------------------------------------------------------
Thu Feb 11 10:44:31 UTC 2016 - lars@linux-schulserver.de

View File

@ -23,7 +23,7 @@
%endif
Name: keepalived
Version: 1.2.19
Version: 1.2.22
Release: 0
Summary: A strong & robust keepalive facility for linux
License: GPL-2.0+
@ -42,6 +42,7 @@ BuildRequires: pkgconfig(libnl-3.0)
%else
BuildRequires: libnl-devel
%endif
BuildRequires: libnfnetlink-devel
# BuildRequires: netsnmp-devel
BuildRequires: popt-devel
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@ -76,7 +77,7 @@ resilient infrastructures.
%build
export STRIP=true
export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN"
export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN $(pkg-config --cflags libnfnetlink)"
%configure --enable-snmp --enable-sha1
make %{?_smp_mflags}
@ -133,7 +134,6 @@ rm -rv %{buildroot}/etc/rc.d/init.d/keepalived %{buildroot}/etc/keepalived/sampl
%{_mandir}/man5/keepalived.conf.5.gz
%{_mandir}/man8/keepalived.8.gz
%{_datadir}/snmp/mibs/KEEPALIVED-MIB
%{_datadir}/snmp/mibs/VRRP-MIB
%if %{with systemd}
%{_unitdir}/%name.service
%else