diff --git a/keepalived-1.2.19.tar.gz b/keepalived-1.2.19.tar.gz deleted file mode 100644 index 2c01f3f..0000000 --- a/keepalived-1.2.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853 -size 330164 diff --git a/keepalived-1.2.22.tar.gz b/keepalived-1.2.22.tar.gz new file mode 100644 index 0000000..7b04d2b --- /dev/null +++ b/keepalived-1.2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e386ec0bcad19c202330020a58a0d10b82ca9c107e4d07913664f93cd3df42a +size 472770 diff --git a/keepalived.changes b/keepalived.changes index 3b641c9..75bebae 100644 --- a/keepalived.changes +++ b/keepalived.changes @@ -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 diff --git a/keepalived.spec b/keepalived.spec index 08b5300..1494cfb 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -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