Blame SPECS/keepalived.spec

67f5ce
%bcond_without snmp
67f5ce
%bcond_without vrrp
67f5ce
%bcond_without sha1
67f5ce
%bcond_without nftables
67f5ce
%bcond_with profile
67f5ce
%bcond_with debug
67f5ce
67f5ce
%global _hardened_build 1
67f5ce
67f5ce
Name: keepalived
67f5ce
Summary: High Availability monitor built upon LVS, VRRP and service pollers
67f5ce
Version: 2.2.4
67f5ce
Release: 1%{?dist}
67f5ce
License: GPLv2+
67f5ce
URL: http://www.keepalived.org/
67f5ce
67f5ce
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
67f5ce
Source1: keepalived.service
67f5ce
67f5ce
Requires(post): systemd
67f5ce
Requires(preun): systemd
67f5ce
Requires(postun): systemd
67f5ce
67f5ce
%if %{with snmp}
67f5ce
BuildRequires: net-snmp-devel
67f5ce
%endif
67f5ce
%if %{with nftables}
67f5ce
BuildRequires: libmnl-devel
67f5ce
BuildRequires: libnftnl-devel
67f5ce
%else
67f5ce
BuildRequires: ipset-devel
67f5ce
BuildRequires: iptables-devel
67f5ce
%endif
67f5ce
BuildRequires: gcc
67f5ce
BuildRequires: systemd-units
67f5ce
BuildRequires: systemd-devel
67f5ce
BuildRequires: openssl-devel
67f5ce
BuildRequires: libnl3-devel
67f5ce
BuildRequires: libnfnetlink-devel
67f5ce
BuildRequires: file-devel
67f5ce
BuildRequires: make
67f5ce
67f5ce
%description
67f5ce
Keepalived provides simple and robust facilities for load balancing
67f5ce
and high availability to Linux system and Linux based infrastructures.
67f5ce
The load balancing framework relies on well-known and widely used
67f5ce
Linux Virtual Server (IPVS) kernel module providing Layer4 load
67f5ce
balancing. Keepalived implements a set of checkers to dynamically and
67f5ce
adaptively maintain and manage load-balanced server pool according
67f5ce
their health. High availability is achieved by VRRP protocol. VRRP is
67f5ce
a fundamental brick for router failover. In addition, keepalived
67f5ce
implements a set of hooks to the VRRP finite state machine providing
67f5ce
low-level and high-speed protocol interactions. Keepalived frameworks
67f5ce
can be used independently or all together to provide resilient
67f5ce
infrastructures.
67f5ce
67f5ce
%prep
67f5ce
%setup -q
67f5ce
67f5ce
%build
67f5ce
%configure \
67f5ce
    %{?with_debug:--enable-debug} \
67f5ce
    %{?with_profile:--enable-profile} \
67f5ce
    %{!?with_vrrp:--disable-vrrp} \
67f5ce
    %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
67f5ce
    %{?with_nftables:--enable-nftables --disable-iptables} \
67f5ce
    %{?with_sha1:--enable-sha1} \
67f5ce
    --with-init=systemd
67f5ce
%{__make} %{?_smp_mflags} STRIP=/bin/true
67f5ce
67f5ce
%install
67f5ce
rm -rf %{buildroot}
67f5ce
make install DESTDIR=%{buildroot}
67f5ce
rm -rf %{buildroot}%{_initrddir}/
67f5ce
rm -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
67f5ce
%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/keepalived.service
67f5ce
mkdir -p %{buildroot}%{_libexecdir}/keepalived
67f5ce
67f5ce
%post
67f5ce
%systemd_post keepalived.service
67f5ce
67f5ce
%preun
67f5ce
%systemd_preun keepalived.service
67f5ce
67f5ce
%postun
67f5ce
%systemd_postun_with_restart keepalived.service
67f5ce
67f5ce
%files
67f5ce
%attr(0755,root,root) %{_sbindir}/keepalived
67f5ce
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/keepalived
67f5ce
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/keepalived/keepalived.conf
67f5ce
%doc AUTHOR ChangeLog CONTRIBUTORS COPYING README TODO
67f5ce
%doc doc/keepalived.conf.SYNOPSIS doc/samples/keepalived.conf.*
67f5ce
%dir %{_sysconfdir}/keepalived/
67f5ce
%dir %{_libexecdir}/keepalived/
67f5ce
%if %{with snmp}
67f5ce
%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
67f5ce
%{_datadir}/snmp/mibs/VRRP-MIB.txt
67f5ce
%{_datadir}/snmp/mibs/VRRPv3-MIB.txt
67f5ce
%endif
67f5ce
%{_bindir}/genhash
67f5ce
%{_unitdir}/keepalived.service
67f5ce
%{_mandir}/man1/genhash.1*
67f5ce
%{_mandir}/man5/keepalived.conf.5*
67f5ce
%{_mandir}/man8/keepalived.8*
67f5ce
67f5ce
%changelog
67f5ce
* Mon Aug 23 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.4-1
67f5ce
- Update to 2.2.4 (#1968596)
67f5ce
67f5ce
* Mon Aug 16 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.3-2
67f5ce
- Add gating tests (#1968596)
67f5ce
67f5ce
* Mon Aug 16 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.3-1
67f5ce
- Update to 2.2.3 (#1968596)
67f5ce
67f5ce
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
67f5ce
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
67f5ce
  Related: rhbz#1991688
67f5ce
67f5ce
* Sat Aug 07 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-5
67f5ce
- Ignore badfuncs error in rpminspect (#1968596)
67f5ce
67f5ce
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.2-4
67f5ce
- Rebuilt for RHEL 9 BETA for openssl 3.0
67f5ce
  Related: rhbz#1971065
67f5ce
67f5ce
* Tue Jun 08 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-3
67f5ce
- Add systemd notify support (#1968596)
67f5ce
67f5ce
* Tue Jun 08 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-2
67f5ce
- Fix build errors (#1968596)
67f5ce
67f5ce
* Mon Jun 07 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-1
67f5ce
- Update to 2.2.2 (#1968596)
67f5ce
67f5ce
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.1-3
67f5ce
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
67f5ce
67f5ce
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
67f5ce
67f5ce
* Mon Jan 18 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.1-1
67f5ce
- Update to 2.2.1 (#1917152)
67f5ce
67f5ce
* Thu Jan 14 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.0-1
67f5ce
- Update to 2.2.0 (#1914512)
67f5ce
67f5ce
* Thu Aug 27 2020 Josef Řídký <jridky@redhat.com> - 2.1.5-3
67f5ce
- Rebuilt for new net-snmp release
67f5ce
67f5ce
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
67f5ce
67f5ce
* Wed Jul 15 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.5-1
67f5ce
- Update to 2.1.5 (#1794135)
67f5ce
67f5ce
* Tue Feb 18 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.20-3
67f5ce
- Build with nftables support instead of iptables
67f5ce
67f5ce
* Thu Feb 13 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.20-2
67f5ce
- Remove unused patches
67f5ce
67f5ce
* Wed Feb 12 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.20-1
67f5ce
- Update to 2.0.20 (#1794135)
67f5ce
67f5ce
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.19-5
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
67f5ce
67f5ce
* Tue Nov 12 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.19-4
67f5ce
- Fix file descriptor errors on reload
67f5ce
67f5ce
* Tue Nov 12 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.19-3
67f5ce
- Fix track_process with PIDs over 32767 (#1770766)
67f5ce
67f5ce
* Wed Nov 06 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.19-2
67f5ce
- Enable nftables support (#1769278)
67f5ce
67f5ce
* Wed Nov 06 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.19-1
67f5ce
- Update to 2.0.19 (#1763424)
67f5ce
67f5ce
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.18-2
67f5ce
- Change pidfile directory (#1712730)
67f5ce
67f5ce
* Tue Jul 30 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.18-1
67f5ce
- Update to 2.0.18 (#1678397)
67f5ce
67f5ce
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-3
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
67f5ce
67f5ce
* Tue Jun 25 2019 Björn Esser <besser82@fedoraproject.org> - 2.0.12-2
67f5ce
- Rebuilt (iptables)
67f5ce
67f5ce
* Mon Feb 04 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.12-1
67f5ce
- Update to 2.0.12 (#1576138)
67f5ce
67f5ce
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.11-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
67f5ce
67f5ce
* Wed Jan 09 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.11-1
67f5ce
- Update to 2.0.11
67f5ce
67f5ce
* Mon Nov 26 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.10-1
67f5ce
- Update to 2.0.10
67f5ce
- Fix improper pathname validation (#1651864, CVE-2018-19044)
67f5ce
- Fix insecure permissions when creating temporary files (#1651868, CVE-2018-19045)
67f5ce
- Fix insecure use of temporary files (#1651870, CVE-2018-19046)
67f5ce
- Fix buffer overflow when parsing HTTP status codes (#1651873, CVE-2018-19047)
67f5ce
67f5ce
* Wed Jul 25 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.6-1
67f5ce
- Update to 2.0.6 (#1576138)
67f5ce
67f5ce
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 2.0.5-3
67f5ce
- Rebuild for new net-snmp
67f5ce
67f5ce
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
67f5ce
67f5ce
* Tue Jul 03 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.5-1
67f5ce
- Update to 2.0.5 (#1576138)
67f5ce
67f5ce
* Mon Jul 02 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.5-1
67f5ce
- Update to 1.4.5
67f5ce
67f5ce
* Thu May 10 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.4-1
67f5ce
- Update to 1.4.4 (#1576138)
67f5ce
67f5ce
* Thu Apr 19 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.3-1
67f5ce
- Update to 1.4.3 (#1565388)
67f5ce
67f5ce
* Wed Mar 07 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.2-1
67f5ce
- Update to 1.4.2 (#1539269)
67f5ce
67f5ce
* Mon Jan 29 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.1-1
67f5ce
- Update to 1.4.1 (#1539269)
67f5ce
67f5ce
* Fri Jan 05 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.0-1
67f5ce
- Update to 1.4.0 (#1529802)
67f5ce
67f5ce
* Wed Oct 25 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.9-1
67f5ce
- Update to 1.3.9 (#1497576)
67f5ce
67f5ce
* Mon Sep 11 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.6-1
67f5ce
- Update to 1.3.6 (#1481471)
67f5ce
67f5ce
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-3
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
67f5ce
67f5ce
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
67f5ce
67f5ce
* Sun Mar 26 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-1
67f5ce
- Update to 1.3.5 (#1422063)
67f5ce
67f5ce
* Sun Feb 05 2017 Kalev Lember <klember@redhat.com> - 1.3.2-2
67f5ce
- Rebuilt for libxtables soname bump
67f5ce
67f5ce
* Mon Nov 28 2016 Ryan O'Hara <rohara@redhat.com> - 1.3.2-1
67f5ce
- Update to 1.3.2 (#1396857)
67f5ce
67f5ce
* Fri Sep 16 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-3
67f5ce
- Add BuildRequires for iptables-devel (#1361686)
67f5ce
67f5ce
* Fri Sep 16 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-2
67f5ce
- Fix configure script
67f5ce
67f5ce
* Thu Sep 15 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-1
67f5ce
- Update to 1.2.24 (#1376254)
67f5ce
67f5ce
* Wed Jul 13 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.23-1
67f5ce
- Update to 1.2.23 (#1354696)
67f5ce
67f5ce
* Wed Jun 15 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.22-1
67f5ce
- Update to 1.2.22 (#1346509)
67f5ce
67f5ce
* Tue Jun 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-3
67f5ce
- Remove net-snmp U64 typedef
67f5ce
67f5ce
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-2
67f5ce
- Remove unnecessary BuildRequires (#1327873)
67f5ce
67f5ce
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-1
67f5ce
- Update to 1.2.21 (#1341372)
67f5ce
67f5ce
* Sun Apr 10 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.20-2
67f5ce
- Install VRRP MIB
67f5ce
67f5ce
* Mon Apr 04 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.20-1
67f5ce
- Update to 1.2.20 (#1323526)
67f5ce
67f5ce
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.19-4
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
67f5ce
67f5ce
* Sat Jan 23 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.19-3
67f5ce
- Add PIDFile to systemd unit file (#1280437)
67f5ce
67f5ce
* Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.19-2
67f5ce
- Rebuilt for rpm 4.12.90
67f5ce
67f5ce
* Wed Jul 15 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.19-1
67f5ce
- Update to 1.2.19 (#1240863)
67f5ce
67f5ce
* Wed Jul 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.18-1
67f5ce
- Update to 1.2.18 (#1237377)
67f5ce
67f5ce
* Tue Jun 23 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-5
67f5ce
- Revert patch that changed VRRP notify scripts to list (#1232073)
67f5ce
67f5ce
* Wed Jun 17 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-4
67f5ce
- Fix multiple VRRP instances with same interface (#1232408)
67f5ce
67f5ce
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.17-3
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
67f5ce
67f5ce
* Mon Jun 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-2
67f5ce
- Add VRRP MIB file
67f5ce
67f5ce
* Mon Jun 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-1
67f5ce
- Update to 1.2.17
67f5ce
67f5ce
* Wed Apr 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.16-1
67f5ce
- Update to 1.2.16
67f5ce
67f5ce
* Wed Mar 18 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-3
67f5ce
- Revert previous preempt extension (#1202584)
67f5ce
67f5ce
* Tue Jan 13 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-2
67f5ce
- Depend on network-online.target systemd unit (#1181097)
67f5ce
67f5ce
* Tue Dec 23 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.15-1
67f5ce
- Update to 1.2.15
67f5ce
67f5ce
* Tue Dec 16 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.14-1
67f5ce
- Update to 1.2.14
67f5ce
67f5ce
* Tue Oct 28 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-4
67f5ce
- Create /usr/libexec/keepalived directory (#1158113)
67f5ce
67f5ce
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-3
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
67f5ce
67f5ce
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
67f5ce
67f5ce
* Tue May 13 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-1
67f5ce
- Update to 1.2.13
67f5ce
67f5ce
* Mon Feb 10 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.12-1
67f5ce
- Update to 1.2.12
67f5ce
67f5ce
* Mon Feb 03 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.11-1
67f5ce
- Update to 1.2.11
67f5ce
67f5ce
* Mon Jan 13 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.10-1
67f5ce
- Update to 1.2.10
67f5ce
67f5ce
* Mon Nov 11 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.9-1
67f5ce
- Update to 1.2.9.
67f5ce
67f5ce
* Thu Sep 19 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.8-2
67f5ce
- Bump release and rebuild.
67f5ce
67f5ce
* Thu Sep 05 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.8-1
67f5ce
- Update to 1.2.8.
67f5ce
67f5ce
* Mon Aug 19 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-10
67f5ce
- Add To header for SMTP alerts (#967641)
67f5ce
67f5ce
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-9
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
67f5ce
67f5ce
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-8
67f5ce
- Fix macro in keepalived.conf.5 man page.
67f5ce
67f5ce
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-7
67f5ce
- Fix systemd requirements.
67f5ce
67f5ce
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-6
67f5ce
- Install the systemd unit file, not the init script.
67f5ce
67f5ce
* Mon Apr 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-5
67f5ce
- Build with PIE flags (#955150)
67f5ce
67f5ce
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
67f5ce
67f5ce
* Wed Jan 2 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-3
67f5ce
- Update spec file.
67f5ce
- Add option to prevent respawn of child processes.
67f5ce
- Remove duplicate command-line option code.
67f5ce
- Use popt to generate usage message.
67f5ce
- Fix pointer arithmetic for VRRP packets.
67f5ce
- Fix comparison of primary IP address.
67f5ce
- Fix loading of SSL certificate.
67f5ce
- Fix typo in error message.
67f5ce
- Update FSF address in GPLv2 license.
67f5ce
- Remove debug message from if_get_by_ifname.
67f5ce
67f5ce
* Mon Sep 24 2012 Václav Pavlín <vpavlin@redhat.com> - 1.2.7-2
67f5ce
- Scriptlets replaced with new systemd macros (#850173).
67f5ce
67f5ce
* Tue Sep 04 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.7-1
67f5ce
- Update to 1.2.7.
67f5ce
- Fix systemd service file (#769726).
67f5ce
67f5ce
* Mon Aug 20 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.6-1
67f5ce
- Update to 1.2.6.
67f5ce
67f5ce
* Tue Aug 14 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-2
67f5ce
- Install KEEPALIVED-MIB as KEEPALIVED-MIB.txt.
67f5ce
67f5ce
* Mon Aug 13 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-1
67f5ce
- Update to 1.2.5.
67f5ce
67f5ce
* Wed Aug 01 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.4-1
67f5ce
- Update to 1.2.4.
67f5ce
67f5ce
* Mon Jul 23 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.3-1
67f5ce
- Update to 1.2.3.
67f5ce
67f5ce
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-6
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
67f5ce
67f5ce
* Tue May 08 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.2-5
67f5ce
- Fix IPv4 address comparison (#768119).
67f5ce
67f5ce
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67f5ce
67f5ce
* Mon Sep 19 2011 Tom Callaway <spot@fedoraproject.org> - 1.2.2-3
67f5ce
- convert to systemd
67f5ce
- fix ip_vs.h path searching in configure
67f5ce
67f5ce
* Tue Jul 12 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-2
67f5ce
- Build against libnl for Fedora. RHEL's libnl is too old.
67f5ce
67f5ce
* Sat May 21 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-1
67f5ce
- Update to 1.2.2.
67f5ce
67f5ce
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.20-3
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67f5ce
67f5ce
* Sun Jan 16 2011 Dan Horák <dan[at]danny.cz> 1.1.20-2
67f5ce
- exclude arches where we don't provide 32-bit kernel
67f5ce
67f5ce
* Tue Jan 11 2011 Matthias Saou <http://freshrpms.net/> 1.2.1-1
67f5ce
- Update to 1.2.1, now with IPv6 support.
67f5ce
67f5ce
* Sun May 23 2010 Matthias Saou <http://freshrpms.net/> 1.1.20-1
67f5ce
- Update to 1.1.20 (#589923).
67f5ce
- Update BR conditional for RHEL6.
67f5ce
- No longer include goodies/arpreset.pl, it's gone from the sources.
67f5ce
67f5ce
* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-3
67f5ce
- Update init script to have keepalived start after the local MTA (#526512).
67f5ce
- Simplify the kernel source detection, to avoid running rpm from rpmbuild.
67f5ce
67f5ce
* Tue Nov 24 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-2
67f5ce
- Include patch to remove obsolete -k option to modprobe (#528465).
67f5ce
67f5ce
* Wed Oct 21 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-1
67f5ce
- Update to 1.1.19.
67f5ce
67f5ce
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.17-3
67f5ce
- rebuilt with new openssl
67f5ce
67f5ce
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-2
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
67f5ce
67f5ce
* Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 1.1.17-1
67f5ce
- Update to 1.1.17.
67f5ce
- Update init script all the way.
67f5ce
67f5ce
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
67f5ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
67f5ce
67f5ce
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.1.15-7
67f5ce
- rebuild with new openssl
67f5ce
67f5ce
* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-6
67f5ce
- Fork the init script to be (mostly for now) LSB compliant (#246966).
67f5ce
67f5ce
* Thu Apr 24 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-5
67f5ce
- Add glob to the kerneldir location, since it contains the arch for F9+.
67f5ce
67f5ce
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
67f5ce
- Autorebuild for GCC 4.3
67f5ce
67f5ce
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org>
67f5ce
- Rebuild for deps
67f5ce
67f5ce
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-2
67f5ce
- Update to latest upstream sources, identical except for the included spec.
67f5ce
67f5ce
* Mon Sep 17 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-1
67f5ce
- Update to 1.1.15.
67f5ce
- Remove merged genhashman and include patches.
67f5ce
67f5ce
* Fri Sep 14 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-2
67f5ce
- Include patch from Shinji Tanaka to fix conf include from inside some
67f5ce
  directives like vrrp_instance.
67f5ce
67f5ce
* Thu Sep 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-1
67f5ce
- Update to 1.1.14.
67f5ce
- Remove all upstreamed patches.
67f5ce
- Remove our init script and sysconfig files, use the same now provided by the
67f5ce
  upstream package (will need to patch for LSB stuff soonish).
67f5ce
- Include new goodies/arpreset.pl in %%doc.
67f5ce
- Add missing scriplet requirements.
67f5ce
67f5ce
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-8
67f5ce
- Rebuild for new BuildID feature.
67f5ce
67f5ce
* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-7
67f5ce
- Update License field.
67f5ce
67f5ce
* Mon Mar 26 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-6
67f5ce
- Fix doc/samples/sample.misccheck.smbcheck.sh mode (600 -> 644).
67f5ce
67f5ce
* Thu Mar 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-5
67f5ce
- Include types patch to fix compile on F7 (David Woodhouse).
67f5ce
- Fix up file modes (main binary 700 -> 755 and config 600 -> 640).
67f5ce
67f5ce
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-4
67f5ce
- Add missing \n to the kernel define, for when multiple kernels are installed.
67f5ce
- Pass STRIP=/bin/true to "make" in order to get a useful debuginfo package.
67f5ce
67f5ce
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-3
67f5ce
- Add %%check section to make sure any build without LVS support will fail.
67f5ce
67f5ce
* Mon Feb  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-2
67f5ce
- Use our own init script, include a sysconfig entry used by it for options.
67f5ce
67f5ce
* Thu Jan 25 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-1
67f5ce
- Update to 1.1.13.
67f5ce
- Change mode of configuration file to 0600.
67f5ce
- Don't include all of "doc" since it meant re-including all man pages.
67f5ce
- Don't include samples in the main configuration path, they're in %%doc.
67f5ce
- Include patch to add an optional label to interfaces.
67f5ce
67f5ce
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.1.12-1.2
67f5ce
- Rebuild for Fedora Core 5.
67f5ce
67f5ce
* Sun Mar 12 2006 Dag Wieers <dag@wieers.com> - 1.1.12-1
67f5ce
- Updated to release 1.1.12.
67f5ce
67f5ce
* Fri Mar 04 2005 Dag Wieers <dag@wieers.com> - 1.1.11-1
67f5ce
- Updated to release 1.1.11.
67f5ce
67f5ce
* Wed Feb 23 2005 Dag Wieers <dag@wieers.com> - 1.1.10-2
67f5ce
- Fixed IPVS/LVS support. (Joe Sauer)
67f5ce
67f5ce
* Tue Feb 15 2005 Dag Wieers <dag@wieers.com> - 1.1.10-1
67f5ce
- Updated to release 1.1.10.
67f5ce
67f5ce
* Mon Feb 07 2005 Dag Wieers <dag@wieers.com> - 1.1.9-1
67f5ce
- Updated to release 1.1.9.
67f5ce
67f5ce
* Sun Oct 17 2004 Dag Wieers <dag@wieers.com> - 1.1.7-2
67f5ce
- Fixes to build with kernel IPVS support. (Tim Verhoeven)
67f5ce
67f5ce
* Fri Sep 24 2004 Dag Wieers <dag@wieers.com> - 1.1.7-1
67f5ce
- Updated to release 1.1.7. (Mathieu Lubrano)
67f5ce
67f5ce
* Mon Feb 23 2004 Dag Wieers <dag@wieers.com> - 1.1.6-0
67f5ce
- Updated to release 1.1.6.
67f5ce
67f5ce
* Mon Jan 26 2004 Dag Wieers <dag@wieers.com> - 1.1.5-0
67f5ce
- Updated to release 1.1.5.
67f5ce
67f5ce
* Mon Dec 29 2003 Dag Wieers <dag@wieers.com> - 1.1.4-0
67f5ce
- Updated to release 1.1.4.
67f5ce
67f5ce
* Fri Jun 06 2003 Dag Wieers <dag@wieers.com> - 1.0.3-0
67f5ce
- Initial package. (using DAR)
67f5ce