Blame SPECS/ipvsadm.spec

1fcf34
Name: ipvsadm
1fcf34
Summary: Utility to administer the Linux Virtual Server
587861
Version: 1.31
587861
Release: 1%{?dist}
1fcf34
License: GPLv2+
1fcf34
URL: https://kernel.org/pub/linux/utils/kernel/ipvsadm/
1fcf34
1fcf34
Source0: https://kernel.org/pub/linux/utils/kernel/ipvsadm/%{name}-%{version}.tar.gz
1fcf34
Source1: ipvsadm.service
1fcf34
Source2: ipvsadm-config
1fcf34
1fcf34
Patch3: 0003-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch
1fcf34
1fcf34
BuildRequires: gcc
1fcf34
Buildrequires: libnl3-devel
1fcf34
Buildrequires: popt-devel
1fcf34
BuildRequires: systemd
1fcf34
1fcf34
Requires(post): systemd
1fcf34
Requires(preun): systemd
1fcf34
Requires(postun): systemd
1fcf34
1fcf34
%description
1fcf34
ipvsadm is used to setup, maintain, and inspect the virtual server
1fcf34
table in the Linux kernel. The Linux Virtual Server can be used to
1fcf34
build scalable network services based on a cluster of two or more
1fcf34
nodes. The active node of the cluster redirects service requests to a
1fcf34
collection of server hosts that will actually perform the
1fcf34
services. Supported Features include:
1fcf34
  - two transport layer (layer-4) protocols (TCP and UDP)
1fcf34
  - three packet-forwarding methods (NAT, tunneling, and direct routing)
1fcf34
  - eight load balancing algorithms (round robin, weighted round robin,
1fcf34
    least-connection, weighted least-connection, locality-based
1fcf34
    least-connection, locality-based least-connection with
1fcf34
    replication, destination-hashing, and source-hashing)
1fcf34
1fcf34
%prep
1fcf34
%setup -q
1fcf34
%patch3 -p1
1fcf34
1fcf34
%build
1fcf34
%set_build_flags
1fcf34
%{__make}
1fcf34
1fcf34
%install
1fcf34
%{__rm} -rf %{buildroot}
1fcf34
%{__mkdir_p} %{buildroot}%{_sysconfdir}/rc.d/init.d
1fcf34
%{__make} install BUILD_ROOT=%{buildroot}%{_prefix} SBIN=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir} MAN=%{buildroot}%{_mandir}/man8 INIT=%{buildroot}%{_sysconfdir}/rc.d/init.d
1fcf34
1fcf34
%{__rm} -f %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
1fcf34
%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
1fcf34
%{__install} -p -D -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-config
1fcf34
1fcf34
%post
1fcf34
%systemd_post %{name}.service
1fcf34
1fcf34
%preun
1fcf34
%systemd_preun %{name}.service
1fcf34
1fcf34
%postun
1fcf34
%systemd_postun_with_restart %{name}.service
1fcf34
1fcf34
%files
1fcf34
%defattr(-,root,root,-)
1fcf34
%doc MAINTAINERS README
1fcf34
%{_unitdir}/%{name}.service
1fcf34
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-config
1fcf34
%{_sbindir}/%{name}
1fcf34
%{_sbindir}/%{name}-restore
1fcf34
%{_sbindir}/%{name}-save
1fcf34
%{_mandir}/man8/%{name}.8*
1fcf34
%{_mandir}/man8/%{name}-restore.8*
1fcf34
%{_mandir}/man8/%{name}-save.8*
1fcf34
1fcf34
%changelog
587861
* Mon Jan 06 2020 Ryan O'Hara <rohara@redhat.com> - 1.31-1
587861
- Update to 1.31 (#1777995)
587861
587861
* Tue Dec 03 2019 Ryan O'Hara <rohara@redhat.com> - 1.30-1
587861
- Update to 1.30 (#1777995)
587861
587861
* Mon Oct 21 2019 Ryan O'Hara <rohara@redhat.com> - 1.29-9
587861
- Add gating tests (#1682107)
587861
1fcf34
* Tue Feb 27 2018 Ryan O'Hara <rohara@redhat.com> - 1.29-8
1fcf34
- Use CFLAGS and LDFLAGS environment variables (#1543790)
1fcf34
1fcf34
* Fri Feb 23 2018 Ryan O'Hara <rohara@redhat.com> - 1.29-7
1fcf34
- Add %set_build_flags (#1543790)
1fcf34
1fcf34
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-6
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1fcf34
1fcf34
* Mon Feb 05 2018 Ryan O'Hara <rohara@redhat.com> - 1.29-5
1fcf34
- Catch the original errno from netlink answer (#1526813)
1fcf34
1fcf34
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-4
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1fcf34
1fcf34
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-3
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1fcf34
1fcf34
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1fcf34
1fcf34
* Thu Dec 29 2016 Ryan O'Hara <rohara@redhat.com> - 1.29-1
1fcf34
- Update to 1.29 (#1408437)
1fcf34
1fcf34
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.28-3
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1fcf34
1fcf34
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-2
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1fcf34
1fcf34
* Mon Feb 09 2015 Ryan O'Hara <rohara@redhat.com> - 1.28-1
1fcf34
- Update to 1.28
1fcf34
1fcf34
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-7
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1fcf34
1fcf34
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-6
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1fcf34
1fcf34
* Wed May 21 2014 Ryan O'Hara <rohara@redhat.com> - 1.27-5
1fcf34
- Fix ipvsadm to show backup sync daemon
1fcf34
1fcf34
* Tue May 20 2014 Ryan O'Hara <rohara@redhat.com> - 1.27-4
1fcf34
- Fix compiler warnings
1fcf34
1fcf34
* Mon May 19 2014 Ryan O'Hara <rohara@redhat.com> - 1.27-3
1fcf34
- Update spec file and fix install paths
1fcf34
1fcf34
* Fri Nov 22 2013 Xose Vazquez Perez <xose.vazquez@gmail.com> - 1.27-2
1fcf34
- Link with libnl3
1fcf34
1fcf34
* Fri Sep 06 2013 Ryan O'Hara <rohara@redhat.com> - 1.27-1
1fcf34
- Update to 1.27
1fcf34
1fcf34
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-9
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1fcf34
1fcf34
* Wed Mar 20 2013 Ryan O'Hara <rohara@redhat.com> - 1.26-8
1fcf34
- Use new systemd-rpm macros in ipvsadm spec file (#850168).
1fcf34
1fcf34
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-7
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1fcf34
1fcf34
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-6
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1fcf34
1fcf34
* Mon Jul  9 2012 Ryan O'Hara <rohara@redhat.com> - 1.26-5
1fcf34
- Fix list_daemon to not assume sync daemon status is ordered (#805208).
1fcf34
1fcf34
* Thu Apr 19 2012 Jon Ciesla <limburgher@gmail.com> - 1.26-4
1fcf34
- Migrate to systemd, BZ 720175.
1fcf34
1fcf34
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1fcf34
1fcf34
* Mon Jul 11 2011 Matthias Saou <http://freshrpms.net/> 1.26-2
1fcf34
- Backport the init script from RHEL6, which contains lots of changes to make
1fcf34
  it behave simlarly to the iptables init script (#593276).
1fcf34
1fcf34
* Sat Jul  9 2011 Matthias Saou <http://freshrpms.net/> 1.26-1
1fcf34
- Update to 1.26 (#676167).
1fcf34
- Remove upstreamed Makefile and activeconns patchs, rebase popt patch.
1fcf34
1fcf34
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-6
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1fcf34
1fcf34
* Thu Apr 29 2010 Matthias Saou <http://freshrpms.net/> 1.25-5
1fcf34
- Include patch to fix activeconns when using the netlink interface (#573921).
1fcf34
1fcf34
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-4
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1fcf34
1fcf34
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-3
1fcf34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1fcf34
1fcf34
* Wed Dec 24 2008 Matthias Saou <http://freshrpms.net/> 1.25-2
1fcf34
- Fork the included init script to be (mostly) LSB compliant (#246955).
1fcf34
1fcf34
* Mon Dec 22 2008 Matthias Saou <http://freshrpms.net/> 1.25-1
1fcf34
- Prepare update to 1.25 for when devel will update to kernel 2.6.28.
1fcf34
- Build require libnl-devel and popt-devel (+ patch to fix popt detection).
1fcf34
1fcf34
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
1fcf34
- Autorebuild for GCC 4.3
1fcf34
1fcf34
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 1.24-10
1fcf34
- Update to latest upstream sources. Same filename, but updated content!
1fcf34
- Update kernhdr patch for it to still apply, update ip_vs.h from 1.2.0 to
1fcf34
  1.2.1 from kernel 2.6.23.1.
1fcf34
1fcf34
* Fri Aug 24 2007 Matthias Saou <http://freshrpms.net/> 1.24-9
1fcf34
- Spec file cleanup.
1fcf34
- Update License field.
1fcf34
- Don't "chkconfig --del" upon update.
1fcf34
- Add missing kernel-headers build requirement.
1fcf34
- Update URL and Source locations.
1fcf34
- Remove outdated piranha obsoletes, it has never been part of any Fedora.
1fcf34
- No longer mark init script as config.
1fcf34
- Include Makefile patch to prevent stripping and install init script.
1fcf34
- The init script could use a rewrite... leave that one for later.
1fcf34
1fcf34
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.24-8.1
1fcf34
- rebuild
1fcf34
1fcf34
* Mon May 15 2006 Phil Knirsch <pknirsch@redhat.com> - 1.24-8
1fcf34
- Added missing prereq to chkconfig
1fcf34
1fcf34
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.24-7.2.1
1fcf34
- bump again for double-long bug on ppc(64)
1fcf34
1fcf34
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.24-7.2
1fcf34
- rebuilt for new gcc4.1 snapshot and glibc changes
1fcf34
1fcf34
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1fcf34
- rebuilt
1fcf34
1fcf34
* Mon Mar 14 2005 Lon Hohberger <lhh@redhat.com> 1.24-7
1fcf34
- rebuilt
1fcf34
1fcf34
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1fcf34
- rebuilt
1fcf34
1fcf34
* Tue Mar 16 2004 Mike McLean <mikem@redhat.com> 1.24-4.2.ipvs120
1fcf34
- bump release
1fcf34
1fcf34
* Tue Mar 02 2004 Mike McLean <mikem@redhat.com> 1.24-4.1.ipvs120
1fcf34
- update to new version for 2.6 kernel
1fcf34
1fcf34
* Thu Jan 08 2004 Mike McLean <mikem@redhat.com> 1.21-10.ipvs108
1fcf34
- fixing a minor bug/typo in output format processing
1fcf34
1fcf34
* Wed Aug 06 2003 Mike McLean <mikem@redhat.com> 1.21-9.ipvs108
1fcf34
- Dropping kernel-source BuildRequires and including a local copy of 
1fcf34
  net/ip_vs.h to compensate.
1fcf34
- Incorporating some upstream changes, most notably the --sort option.
1fcf34
1fcf34
* Fri Jun 13 2003 Mike McLean <mikem@redhat.com> 1.21-8
1fcf34
- dropping ppc from excluded arches
1fcf34
1fcf34
* Fri Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-7
1fcf34
- changing %%ExcludeArch
1fcf34
1fcf34
* Fri Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-6
1fcf34
- added BuildRequires: kernel-source
1fcf34
- escaped all %% characters in %%changelog
1fcf34
1fcf34
* Mon Dec 2 2002 Mike McLean <mikem@redhat.com> 1.21-5
1fcf34
- Improved the description in the ipvsadm initscript.
1fcf34
- fixed Buildroot to use _tmppath
1fcf34
1fcf34
* Wed Aug 21 2002 Philip Copeland <bryce@redhat.com> 1.21-4
1fcf34
- Argh,.. %%docdir was defined which overrode what I'd
1fcf34
  intended to happen
1fcf34
1fcf34
* Thu Aug 1 2002 Philip Copeland <bryce@redhat.com>
1fcf34
- Ah... the manuals were being pushed into /usr/man
1fcf34
  instead of /usr/share/man. Fixed.
1fcf34
1fcf34
* Tue Jul 16 2002 Philip Copeland <bryce@redhat.com>
1fcf34
- Minor Makefile tweak so that we do a minimal hunt for to find
1fcf34
  the ip_vs.h file location
1fcf34
1fcf34
* Sun Dec 16 2001 Wensong Zhang <wensong@linuxvirtualserver.org>
1fcf34
- Changed to install ipvsadm man pages according to the %%{_mandir}
1fcf34
1fcf34
* Sat Dec 30 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
1fcf34
- update the %%file section
1fcf34
1fcf34
* Sun Dec 17 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
1fcf34
- Added a if-condition to keep both new or old rpm utility building
1fcf34
  the package happily.
1fcf34
1fcf34
* Tue Dec 12 2000 P.opeland <bryce@redhat.com>
1fcf34
- Small modifications to make the compiler happy in RH7 and the Alpha
1fcf34
- Fixed the documentation file that got missed off in building
1fcf34
  the rpm
1fcf34
- Made a number of -pedantic mods though popt will not compile with
1fcf34
  -pedantic
1fcf34
1fcf34
* Wed Aug 9 2000 Horms <horms@vergenet.net>
1fcf34
- Removed Obseletes tag as ipvsadm is back in /sbin where it belongs 
1fcf34
  as it is more or less analogous to both route and ipchains both of
1fcf34
  which reside in /sbin.
1fcf34
- Create directory to install init script into. Init scripts won't install
1fcf34
  into build directory unless this is done
1fcf34
1fcf34
* Thu Jul  6 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
1fcf34
- Changed to build rpms on the ipvsadm tar ball directly
1fcf34
1fcf34
* Wed Jun 21 2000 P.Copeland <copeland@redhat.com>
1fcf34
- fixed silly install permission settings
1fcf34
1fcf34
* Mon Jun 19 2000 P.Copeland <copeland@redhat.com>
1fcf34
- Added 'dist' and 'rpms' to the Makefile
1fcf34
- Added Obsoletes tag since there were early versions
1fcf34
  of ipvsadm-*.rpm that installed in /sbin
1fcf34
- Obsolete tag was a bit vicious re: piranha
1fcf34
1fcf34
* Mon Apr 10 2000 Horms <horms@vergenet.net>
1fcf34
- created for version 1.9
1fcf34