Browse Source

ipvsadm-1.29-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11950 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
746eaa9852
1 changed files with 26 additions and 13 deletions
  1. 26 13
      i/ipvsadm/ipvsadm-vl.spec

+ 26 - 13
i/ipvsadm/ipvsadm-vl.spec

@@ -1,20 +1,24 @@
 Summary: Utility to administer the Linux Virtual Server
 Summary(ja): Linux Virtual Server を管理するためのユーティリティ
 Name: ipvsadm
-Version: 1.26
+Version: 1.29
 Release: 1%{?_dist_release}
 
-Source0: http://www.LinuxVirtualServer.org/software/ipvsadm-%{version}.tar.gz
+Source0: https://kernel.org/pub/linux/utils/kernel/ipvsadm/%{name}-%{version}.tar.xz
 Source1: ipvsadm.init
 Source2: ipvsadm-config
-patch0: ipvsadm-1.26-popt.patch
-
+Patch1: 0001-ipvsadm-catch-the-original-errno-from-netlink-answer.patch
+Patch2: 0002-libipvs-discrepancy-with-libnl-genlmsg_put.patch
+Patch3: 0003-ipvsadm-use-CFLAGS-and-LDFLAGS-environment-variables.patch
 License: GPLv2+
-URL: http://www.LinuxVirtualServer.org/
+URL: https://kernel.org/pub/linux/utils/kernel/ipvsadm/
 Group: Applications/System
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 Buildroot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-buildroot
-Buildrequires: libnl-devel
+Buildrequires: libnl3-devel
 Buildrequires: popt-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -27,7 +31,9 @@ offered by the Linux kernel.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -67,6 +73,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.29-1
+- updated to 1.29
+- dropped Patch0.
+- imported Patch1-3 from rawhide.
+- dropped BR: libnl-devel.
+- added BR: libnl3-devel.
+
 * Wed Apr 11 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-1
 - update to 1.26
 - update init scripts
@@ -115,10 +128,10 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Jun 13 2003 Mike McLean <mikem@redhat.com> 1.21-8
 - dropping ppc from excluded arches
 
-* Thu Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-7
+* Fri Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-7
 - changing %%ExcludeArch
 
-* Thu Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-6
+* Fri Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-6
 - added BuildRequires: kernel-source
 - escaped all %% characters in %%changelog
 
@@ -130,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 - Argh,.. %%docdir was defined which overrode what I'd
   intended to happen
 
-* Tue Aug 1 2002 Philip Copeland <bryce@redhat.com>
+* Thu Aug 1 2002 Philip Copeland <bryce@redhat.com>
 - Ah... the manuals were being pushed into /usr/man
   instead of /usr/share/man. Fixed.
 
@@ -138,13 +151,13 @@ rm -rf $RPM_BUILD_ROOT
 - Minor Makefile tweak so that we do a minimal hunt for to find
   the ip_vs.h file location
 
-* Thu Dec 16 2001 Wensong Zhang <wensong@linuxvirtualserver.org>
+* Sun Dec 16 2001 Wensong Zhang <wensong@linuxvirtualserver.org>
 - Changed to install ipvsadm man pages according to the %%{_mandir}
 
-* Thu Dec 30 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
+* Sat Dec 30 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
 - update the %%file section
 
-* Thu Dec 17 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
+* Sun Dec 17 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
 - Added a if-condition to keep both new or old rpm utility building
   the package happily.