Blame SPECS/ipvsadm.spec

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