c66302
%bcond_without snmp
c66302
%bcond_without vrrp
c66302
%bcond_without sha1
1f2fc3
%bcond_with iptables
c66302
%bcond_with profile
c66302
%bcond_with debug
c66302
c66302
%global _hardened_build 1
c66302
c66302
Name: keepalived
c66302
Summary: High Availability monitor built upon LVS, VRRP and service pollers
db4505
Version: 2.1.5
b30170
Release: 9%{?dist}
c66302
License: GPLv2+
c66302
URL: http://www.keepalived.org/
c66302
Group: System Environment/Daemons
c66302
c66302
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
c66302
Source1: keepalived.service
c66302
26f189
Patch1: bz1977716-revert-explicit-set-LOG_USER-facility.patch
26f189
Patch2: bz1977716-use-LOG_DAEMON-facility-by-default.patch
26f189
Patch3: bz2028350-fix-dbus-policy-restrictions.patch
b30170
Patch4: bz2054249-fix-unweighted-track-scripts.patch
26f189
c66302
Requires(post): systemd
c66302
Requires(preun): systemd
c66302
Requires(postun): systemd
c66302
c66302
%if %{with snmp}
c66302
BuildRequires: net-snmp-devel
c66302
%endif
1f2fc3
%if %{with iptables}
1f2fc3
BuildRequires: ipset-devel
1f2fc3
BuildRequires: iptables-devel
1f2fc3
%endif
c66302
BuildRequires: gcc
6f6344
BuildRequires: automake
c66302
BuildRequires: systemd-units
c66302
BuildRequires: openssl-devel
c66302
BuildRequires: libnl3-devel
c66302
BuildRequires: libnfnetlink-devel
c66302
c66302
%description
c66302
Keepalived provides simple and robust facilities for load balancing
c66302
and high availability to Linux system and Linux based infrastructures.
c66302
The load balancing framework relies on well-known and widely used
c66302
Linux Virtual Server (IPVS) kernel module providing Layer4 load
c66302
balancing. Keepalived implements a set of checkers to dynamically and
c66302
adaptively maintain and manage load-balanced server pool according
c66302
their health. High availability is achieved by VRRP protocol. VRRP is
c66302
a fundamental brick for router failover. In addition, keepalived
c66302
implements a set of hooks to the VRRP finite state machine providing
c66302
low-level and high-speed protocol interactions. Keepalived frameworks
c66302
can be used independently or all together to provide resilient
c66302
infrastructures.
c66302
c66302
%prep
c66302
%setup -q
26f189
%patch1 -p1
26f189
%patch2 -p1
26f189
%patch3 -p1
b30170
%patch4 -p1
c66302
c66302
%build
c66302
%configure \
c66302
    %{?with_debug:--enable-debug} \
c66302
    %{?with_profile:--enable-profile} \
c66302
    %{!?with_vrrp:--disable-vrrp} \
1f2fc3
    %{!?with_iptables:--disable-libiptc --disable-ipset} \
c66302
    %{?with_snmp:--enable-snmp --enable-snmp-rfc} \
c66302
    %{?with_sha1:--enable-sha1} \
c66302
    --with-init=systemd
c66302
%{__make} %{?_smp_mflags} STRIP=/bin/true
c66302
c66302
%install
c66302
rm -rf %{buildroot}
c66302
make install DESTDIR=%{buildroot}
c66302
rm -rf %{buildroot}%{_initrddir}/
c66302
rm -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
c66302
%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/keepalived.service
c66302
mkdir -p %{buildroot}%{_libexecdir}/keepalived
c66302
c66302
%post
c66302
%systemd_post keepalived.service
c66302
c66302
%preun
c66302
%systemd_preun keepalived.service
c66302
c66302
%postun
c66302
%systemd_postun_with_restart keepalived.service
c66302
c66302
%files
c66302
%defattr(-,root,root,-)
c66302
%attr(0755,root,root) %{_sbindir}/keepalived
c66302
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/keepalived
c66302
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/keepalived/keepalived.conf
c66302
%doc AUTHOR ChangeLog CONTRIBUTORS COPYING README TODO
c66302
%doc doc/keepalived.conf.SYNOPSIS doc/samples/keepalived.conf.*
c66302
%dir %{_sysconfdir}/keepalived/
c66302
%dir %{_libexecdir}/keepalived/
c66302
%if %{with snmp}
c66302
%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
c66302
%{_datadir}/snmp/mibs/VRRP-MIB.txt
c66302
%{_datadir}/snmp/mibs/VRRPv3-MIB.txt
c66302
%endif
c66302
%{_bindir}/genhash
c66302
%{_unitdir}/keepalived.service
c66302
%{_mandir}/man1/genhash.1*
c66302
%{_mandir}/man5/keepalived.conf.5*
c66302
%{_mandir}/man8/keepalived.8*
c66302
c66302
%changelog
b30170
* Thu Jul 21 2022 Ryan O'Hara <rohara@redhat.com> - 2.1.5-9
b30170
- Fix removal of unweighted track scripts from sync group (#2054249)
b30170
26f189
* Tue Jan 18 2022 Ryan O'Hara <rohara@redhat.com> - 2.1.5-8
26f189
- Fix DBus policy restrictions (#2028350, CVE-2021-44225)
26f189
26f189
* Fri Oct 29 2021 Ryan O'Hara <rohara@redhat.com> - 2.1.5-7
26f189
- Fix log-facility option (#197716)
26f189
db4505
* Tue Dec 15 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.5-6
db4505
- Fix changelog
24e2ce
db4505
* Tue Oct 20 2020 Ryan O'Hara <rohara@redhat.com> - 2.1.5-5
db4505
- Update to 2.1.5 (#1889440)
db4505
- Fix intermittent child lost messages (#1868077)
db4505
	
110f4b
* Tue Jun 16 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.10-11
110f4b
- Fix vrrp_script execution (#1683438)
110f4b
1f2fc3
* Mon Feb 24 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.10-10
1f2fc3
- Disable libiptc/ipset (#1806642)
1f2fc3
1f2fc3
* Thu Jan 30 2020 Ryan O'Hara <rohara@redhat.com> - 2.0.10-9
1f2fc3
- Fix FAULT state when interface is renamed (#1792160)
1f2fc3
1f2fc3
* Mon Jul 08 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-7
1f2fc3
- Add gating tests (#1682114)
1f2fc3
1f2fc3
* Wed May 01 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-6
df66e1
- Fix segfault when smtp alerts configured (#1693706)
df66e1
- Fix double free when smtp_helo_name copied from local_name (#1693706)
df66e1
1f2fc3
* Wed Mar 27 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-5
1f2fc3
- Bump release nummber (#1688892)
6f6344
6f6344
* Mon Mar 18 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-3
6f6344
- Rework fix for OpenSSL initialization segfault (#1688892)
6f6344
6f6344
* Fri Mar 15 2019 Ryan O'Hara <rohara@redhat.com> - 2.0.10-2
6f6344
- Fix OpenSSL initialization segfault (#1688892)
6f6344
c66302
* Mon Nov 26 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.10-1
c66302
- Update to 2.0.10 (#1631816)
c66302
6f6344
* Mon Oct 08 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.7-2
c66302
- Remove BuildRequires for ipset-devel
c66302
c66302
* Tue Oct 02 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.7-1
c66302
- Update to 2.0.7 (#1631816)
c66302
c66302
* Thu Aug 09 2018 Josef Ridky <jridky@redhat.com> - 2.0.6-2
c66302
- Rebuild for Net-SNMP
c66302
c66302
* Wed Jul 25 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.6-1
c66302
- Update to 2.0.6
c66302
c66302
* Tue Jul 03 2018 Ryan O'Hara <rohara@redhat.com> - 2.0.5-1
c66302
- Update to 2.0.5
c66302
c66302
* Thu Apr 19 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.3-1
c66302
- Update to 1.4.3 (#1565388)
c66302
c66302
* Wed Mar 07 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.2-1
c66302
- Update to 1.4.2 (#1539269)
c66302
c66302
* Mon Jan 29 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.1-1
c66302
- Update to 1.4.1 (#1539269)
c66302
c66302
* Fri Jan 05 2018 Ryan O'Hara <rohara@redhat.com> - 1.4.0-1
c66302
- Update to 1.4.0 (#1529802)
c66302
c66302
* Wed Oct 25 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.9-1
c66302
- Update to 1.3.9 (#1497576)
c66302
c66302
* Mon Sep 11 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.6-1
c66302
- Update to 1.3.6 (#1481471)
c66302
c66302
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-3
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c66302
c66302
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c66302
c66302
* Sun Mar 26 2017 Ryan O'Hara <rohara@redhat.com> - 1.3.5-1
c66302
- Update to 1.3.5 (#1422063)
c66302
c66302
* Sun Feb 05 2017 Kalev Lember <klember@redhat.com> - 1.3.2-2
c66302
- Rebuilt for libxtables soname bump
c66302
c66302
* Mon Nov 28 2016 Ryan O'Hara <rohara@redhat.com> - 1.3.2-1
c66302
- Update to 1.3.2 (#1396857)
c66302
c66302
* Fri Sep 16 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-3
c66302
- Add BuildRequires for iptables-devel (#1361686)
c66302
c66302
* Fri Sep 16 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-2
c66302
- Fix configure script
c66302
c66302
* Thu Sep 15 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.24-1
c66302
- Update to 1.2.24 (#1376254)
c66302
c66302
* Wed Jul 13 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.23-1
c66302
- Update to 1.2.23 (#1354696)
c66302
c66302
* Wed Jun 15 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.22-1
c66302
- Update to 1.2.22 (#1346509)
c66302
c66302
* Tue Jun 14 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-3
c66302
- Remove net-snmp U64 typedef
c66302
c66302
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-2
c66302
- Remove unnecessary BuildRequires (#1327873)
c66302
c66302
* Fri Jun 03 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.21-1
c66302
- Update to 1.2.21 (#1341372)
c66302
c66302
* Sun Apr 10 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.20-2
c66302
- Install VRRP MIB
c66302
c66302
* Mon Apr 04 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.20-1
c66302
- Update to 1.2.20 (#1323526)
c66302
c66302
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.19-4
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c66302
c66302
* Sat Jan 23 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.19-3
c66302
- Add PIDFile to systemd unit file (#1280437)
c66302
c66302
* Wed Jul 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.19-2
c66302
- Rebuilt for rpm 4.12.90
c66302
c66302
* Wed Jul 15 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.19-1
c66302
- Update to 1.2.19 (#1240863)
c66302
c66302
* Wed Jul 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.18-1
c66302
- Update to 1.2.18 (#1237377)
c66302
c66302
* Tue Jun 23 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-5
c66302
- Revert patch that changed VRRP notify scripts to list (#1232073)
c66302
c66302
* Wed Jun 17 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-4
c66302
- Fix multiple VRRP instances with same interface (#1232408)
c66302
c66302
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.17-3
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c66302
c66302
* Mon Jun 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-2
c66302
- Add VRRP MIB file
c66302
c66302
* Mon Jun 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-1
c66302
- Update to 1.2.17
c66302
c66302
* Wed Apr 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.16-1
c66302
- Update to 1.2.16
c66302
c66302
* Wed Mar 18 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-3
c66302
- Revert previous preempt extension (#1202584)
c66302
c66302
* Tue Jan 13 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.15-2
c66302
- Depend on network-online.target systemd unit (#1181097)
c66302
c66302
* Tue Dec 23 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.15-1
c66302
- Update to 1.2.15
c66302
c66302
* Tue Dec 16 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.14-1
c66302
- Update to 1.2.14
c66302
c66302
* Tue Oct 28 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-4
c66302
- Create /usr/libexec/keepalived directory (#1158113)
c66302
c66302
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-3
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c66302
c66302
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-2
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c66302
c66302
* Tue May 13 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.13-1
c66302
- Update to 1.2.13
c66302
c66302
* Mon Feb 10 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.12-1
c66302
- Update to 1.2.12
c66302
c66302
* Mon Feb 03 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.11-1
c66302
- Update to 1.2.11
c66302
c66302
* Mon Jan 13 2014 Ryan O'Hara <rohara@redhat.com> - 1.2.10-1
c66302
- Update to 1.2.10
c66302
c66302
* Mon Nov 11 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.9-1
c66302
- Update to 1.2.9.
c66302
c66302
* Thu Sep 19 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.8-2
c66302
- Bump release and rebuild.
c66302
c66302
* Thu Sep 05 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.8-1
c66302
- Update to 1.2.8.
c66302
c66302
* Mon Aug 19 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-10
c66302
- Add To header for SMTP alerts (#967641)
c66302
c66302
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-9
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c66302
c66302
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-8
c66302
- Fix macro in keepalived.conf.5 man page.
c66302
c66302
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-7
c66302
- Fix systemd requirements.
c66302
c66302
* Mon Jul 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-6
c66302
- Install the systemd unit file, not the init script.
c66302
c66302
* Mon Apr 22 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-5
c66302
- Build with PIE flags (#955150)
c66302
c66302
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c66302
c66302
* Wed Jan 2 2013 Ryan O'Hara <rohara@redhat.com> - 1.2.7-3
c66302
- Update spec file.
c66302
- Add option to prevent respawn of child processes.
c66302
- Remove duplicate command-line option code.
c66302
- Use popt to generate usage message.
c66302
- Fix pointer arithmetic for VRRP packets.
c66302
- Fix comparison of primary IP address.
c66302
- Fix loading of SSL certificate.
c66302
- Fix typo in error message.
c66302
- Update FSF address in GPLv2 license.
c66302
- Remove debug message from if_get_by_ifname.
c66302
c66302
* Mon Sep 24 2012 Václav Pavlín <vpavlin@redhat.com> - 1.2.7-2
c66302
- Scriptlets replaced with new systemd macros (#850173).
c66302
c66302
* Tue Sep 04 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.7-1
c66302
- Update to 1.2.7.
c66302
- Fix systemd service file (#769726).
c66302
c66302
* Mon Aug 20 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.6-1
c66302
- Update to 1.2.6.
c66302
c66302
* Tue Aug 14 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-2
c66302
- Install KEEPALIVED-MIB as KEEPALIVED-MIB.txt.
c66302
c66302
* Mon Aug 13 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-1
c66302
- Update to 1.2.5.
c66302
c66302
* Wed Aug 01 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.4-1
c66302
- Update to 1.2.4.
c66302
c66302
* Mon Jul 23 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.3-1
c66302
- Update to 1.2.3.
c66302
c66302
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-6
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c66302
c66302
* Tue May 08 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.2-5
c66302
- Fix IPv4 address comparison (#768119).
c66302
c66302
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c66302
c66302
* Mon Sep 19 2011 Tom Callaway <spot@fedoraproject.org> - 1.2.2-3
c66302
- convert to systemd
c66302
- fix ip_vs.h path searching in configure
c66302
c66302
* Tue Jul 12 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-2
c66302
- Build against libnl for Fedora. RHEL's libnl is too old.
c66302
c66302
* Sat May 21 2011 Matthias Saou <http://freshrpms.net/> 1.2.2-1
c66302
- Update to 1.2.2.
c66302
c66302
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.20-3
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c66302
c66302
* Sun Jan 16 2011 Dan Horák <dan[at]danny.cz> 1.1.20-2
c66302
- exclude arches where we don't provide 32-bit kernel
c66302
c66302
* Tue Jan 11 2011 Matthias Saou <http://freshrpms.net/> 1.2.1-1
c66302
- Update to 1.2.1, now with IPv6 support.
c66302
c66302
* Sun May 23 2010 Matthias Saou <http://freshrpms.net/> 1.1.20-1
c66302
- Update to 1.1.20 (#589923).
c66302
- Update BR conditional for RHEL6.
c66302
- No longer include goodies/arpreset.pl, it's gone from the sources.
c66302
c66302
* Tue Dec  8 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-3
c66302
- Update init script to have keepalived start after the local MTA (#526512).
c66302
- Simplify the kernel source detection, to avoid running rpm from rpmbuild.
c66302
c66302
* Tue Nov 24 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-2
c66302
- Include patch to remove obsolete -k option to modprobe (#528465).
c66302
c66302
* Wed Oct 21 2009 Matthias Saou <http://freshrpms.net/> 1.1.19-1
c66302
- Update to 1.1.19.
c66302
c66302
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.17-3
c66302
- rebuilt with new openssl
c66302
c66302
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-2
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c66302
c66302
* Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 1.1.17-1
c66302
- Update to 1.1.17.
c66302
- Update init script all the way.
c66302
c66302
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
c66302
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c66302
c66302
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.1.15-7
c66302
- rebuild with new openssl
c66302
c66302
* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-6
c66302
- Fork the init script to be (mostly for now) LSB compliant (#246966).
c66302
c66302
* Thu Apr 24 2008 Matthias Saou <http://freshrpms.net/> 1.1.15-5
c66302
- Add glob to the kerneldir location, since it contains the arch for F9+.
c66302
c66302
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
c66302
- Autorebuild for GCC 4.3
c66302
c66302
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org>
c66302
- Rebuild for deps
c66302
c66302
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-2
c66302
- Update to latest upstream sources, identical except for the included spec.
c66302
c66302
* Mon Sep 17 2007 Matthias Saou <http://freshrpms.net/> 1.1.15-1
c66302
- Update to 1.1.15.
c66302
- Remove merged genhashman and include patches.
c66302
c66302
* Fri Sep 14 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-2
c66302
- Include patch from Shinji Tanaka to fix conf include from inside some
c66302
  directives like vrrp_instance.
c66302
c66302
* Thu Sep 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.14-1
c66302
- Update to 1.1.14.
c66302
- Remove all upstreamed patches.
c66302
- Remove our init script and sysconfig files, use the same now provided by the
c66302
  upstream package (will need to patch for LSB stuff soonish).
c66302
- Include new goodies/arpreset.pl in %%doc.
c66302
- Add missing scriplet requirements.
c66302
c66302
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-8
c66302
- Rebuild for new BuildID feature.
c66302
c66302
* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-7
c66302
- Update License field.
c66302
c66302
* Mon Mar 26 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-6
c66302
- Fix doc/samples/sample.misccheck.smbcheck.sh mode (600 -> 644).
c66302
c66302
* Thu Mar 22 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-5
c66302
- Include types patch to fix compile on F7 (David Woodhouse).
c66302
- Fix up file modes (main binary 700 -> 755 and config 600 -> 640).
c66302
c66302
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-4
c66302
- Add missing \n to the kernel define, for when multiple kernels are installed.
c66302
- Pass STRIP=/bin/true to "make" in order to get a useful debuginfo package.
c66302
c66302
* Tue Feb 13 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-3
c66302
- Add %%check section to make sure any build without LVS support will fail.
c66302
c66302
* Mon Feb  5 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-2
c66302
- Use our own init script, include a sysconfig entry used by it for options.
c66302
c66302
* Thu Jan 25 2007 Matthias Saou <http://freshrpms.net/> 1.1.13-1
c66302
- Update to 1.1.13.
c66302
- Change mode of configuration file to 0600.
c66302
- Don't include all of "doc" since it meant re-including all man pages.
c66302
- Don't include samples in the main configuration path, they're in %%doc.
c66302
- Include patch to add an optional label to interfaces.
c66302
c66302
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.1.12-1.2
c66302
- Rebuild for Fedora Core 5.
c66302
c66302
* Sun Mar 12 2006 Dag Wieers <dag@wieers.com> - 1.1.12-1
c66302
- Updated to release 1.1.12.
c66302
c66302
* Fri Mar 04 2005 Dag Wieers <dag@wieers.com> - 1.1.11-1
c66302
- Updated to release 1.1.11.
c66302
c66302
* Wed Feb 23 2005 Dag Wieers <dag@wieers.com> - 1.1.10-2
c66302
- Fixed IPVS/LVS support. (Joe Sauer)
c66302
c66302
* Tue Feb 15 2005 Dag Wieers <dag@wieers.com> - 1.1.10-1
c66302
- Updated to release 1.1.10.
c66302
c66302
* Mon Feb 07 2005 Dag Wieers <dag@wieers.com> - 1.1.9-1
c66302
- Updated to release 1.1.9.
c66302
c66302
* Sun Oct 17 2004 Dag Wieers <dag@wieers.com> - 1.1.7-2
c66302
- Fixes to build with kernel IPVS support. (Tim Verhoeven)
c66302
c66302
* Fri Sep 24 2004 Dag Wieers <dag@wieers.com> - 1.1.7-1
c66302
- Updated to release 1.1.7. (Mathieu Lubrano)
c66302
c66302
* Mon Feb 23 2004 Dag Wieers <dag@wieers.com> - 1.1.6-0
c66302
- Updated to release 1.1.6.
c66302
c66302
* Mon Jan 26 2004 Dag Wieers <dag@wieers.com> - 1.1.5-0
c66302
- Updated to release 1.1.5.
c66302
c66302
* Mon Dec 29 2003 Dag Wieers <dag@wieers.com> - 1.1.4-0
c66302
- Updated to release 1.1.4.
c66302
c66302
* Fri Jun 06 2003 Dag Wieers <dag@wieers.com> - 1.0.3-0
c66302
- Initial package. (using DAR)
c66302