[ipvsadm] Update to 1.27

rohara rohara at fedoraproject.org
Fri Sep 6 14:42:32 UTC 2013


commit 703eb82cf46fc073d426d74f7efe1cb20fd73be4
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Fri Sep 6 09:42:08 2013 -0500

    Update to 1.27

 .gitignore                     |    1 +
 ipvsadm-1.26-list-daemon.patch |   29 -----------------------------
 ipvsadm-1.26-popt.patch        |   20 --------------------
 ipvsadm.spec                   |   26 ++++++++++++++------------
 sources                        |    2 +-
 5 files changed, 16 insertions(+), 62 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7c0a2b..331c9b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ipvsadm-1.25.tar.gz
 /ipvsadm-1.26.tar.gz
+/ipvsadm-1.27.tar.gz
diff --git a/ipvsadm.spec b/ipvsadm.spec
index 6efc14e..f925c5b 100644
--- a/ipvsadm.spec
+++ b/ipvsadm.spec
@@ -1,21 +1,22 @@
-Summary: Utility to administer the Linux Virtual Server
 Name: ipvsadm
-Version: 1.26
-Release: 9%{?dist}
+Summary: Utility to administer the Linux Virtual Server
+Version: 1.27
+Release: 1%{?dist}
 License: GPLv2+
+URL: https://kernel.org/pub/linux/utils/kernel/ipvsadm/
 Group: Applications/System
-URL: http://www.linuxvirtualserver.org/software/ipvs.html
-Source0: http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-%{version}.tar.gz
+
+Source0: https://kernel.org/pub/linux/utils/kernel/ipvsadm/%{name}-%{version}.tar.gz
 Source1: ipvsadm.service
 Source2: ipvsadm-config
-Patch0: ipvsadm-1.26-popt.patch
-Patch1: ipvsadm-1.26-list-daemon.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Buildrequires: libnl-devel
 Buildrequires: popt-devel
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+BuildRequires: systemd
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
 # For triggerun
 Requires(post): systemd-sysv
 
@@ -26,8 +27,6 @@ offered by the Linux kernel.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -84,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 06 2013 Ryan O'Hara <rohara at redhat.com> - 1.27-1
+- Update to 1.27
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.26-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 07f5b20..b12e1f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eac3ba3f62cd4dea2da353aeddd353a8  ipvsadm-1.26.tar.gz
+c5d100c8f35ac8bdb8c609b2ec5344c7  ipvsadm-1.27.tar.gz


More information about the scm-commits mailing list