[iputils] Comment patches and cleanup

jsynacek jsynacek at fedoraproject.org
Tue Nov 27 12:28:54 UTC 2012


commit c6fb3a1af9603732a0cd60b7f7a93e7e735d2051
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Tue Nov 27 08:38:28 2012 +0100

    Comment patches and cleanup

 iputils-20020124-countermeasures.patch |   12 ------------
 iputils-20020927-ping-subint.patch     |    5 +++++
 iputils-20020927-rh.patch              |    2 ++
 iputils-20100418-convtoint.patch       |   24 ------------------------
 iputils-20121112-idn.patch             |    2 ++
 iputils.spec                           |    9 ++++-----
 6 files changed, 13 insertions(+), 41 deletions(-)
---
diff --git a/iputils-20020927-ping-subint.patch b/iputils-20020927-ping-subint.patch
index 2a40fbc..94992c7 100644
--- a/iputils-20020927-ping-subint.patch
+++ b/iputils-20020927-ping-subint.patch
@@ -1,3 +1,8 @@
+Add warning if trying to bind to a subinterface.
+
+Author: Johannes Tevessen <j.tevessen at gmx.net>
+Resolves: #81640
+
 --- iputils-ss021109-vanilla/ping.c	Thu Nov  7 23:53:21 2002
 +++ iputils/ping.c	Sun Jan 12 03:39:24 2003
 @@ -285,6 +285,9 @@
diff --git a/iputils-20020927-rh.patch b/iputils-20020927-rh.patch
index be79ce5..bd6b5b8 100644
--- a/iputils-20020927-rh.patch
+++ b/iputils-20020927-rh.patch
@@ -1,3 +1,5 @@
+Fedora-specific makefile patch.
+
 --- iputils-s20121121/Makefile.orig	2012-11-21 11:32:18.000000000 +0100
 +++ iputils-s20121121/Makefile	2012-11-22 07:29:27.947670530 +0100
 @@ -29,7 +29,7 @@
diff --git a/iputils-20121112-idn.patch b/iputils-20121112-idn.patch
index 610b772..208bcf7 100644
--- a/iputils-20121112-idn.patch
+++ b/iputils-20121112-idn.patch
@@ -1,3 +1,5 @@
+Compile with libidn support.
+
 --- iputils-s20121125/Makefile.orig	2012-11-26 11:27:31.000000000 +0100
 +++ iputils-s20121125/Makefile	2012-11-26 11:28:02.128803095 +0100
 @@ -21,7 +21,7 @@
diff --git a/iputils.spec b/iputils.spec
index 79a6971..98a3964 100644
--- a/iputils.spec
+++ b/iputils.spec
@@ -1,7 +1,7 @@
 Summary: Network monitoring tools including ping
 Name: iputils
 Version: 20121125
-Release: 1%{?dist}
+Release: 2%{?dist}
 # some parts are under the original BSD (ping.c)
 # some are under GPLv2+ (tracepath.c)
 License: BSD and GPLv2+
@@ -15,12 +15,10 @@ Source4: rdisc.service
 Source5: rdisc.sysconfig
 
 Patch0: iputils-20020927-rh.patch
-Patch1: iputils-20020124-countermeasures.patch
 Patch2: iputils-20020927-ping-subint.patch
 Patch3: iputils-ifenslave.patch
 Patch4: iputils-20121112-idn.patch
 Patch5: iputils-20071127-corr_type.patch
-Patch6: iputils-20100418-convtoint.patch
 Patch7: iputils-20121121-ifaddrs.patch
 
 BuildRequires: docbook-utils perl-SGMLSpm
@@ -60,12 +58,10 @@ The iputils-sysvinit contains SysV initscritps support.
 %setup -q -a 1 -n %{name}-s%{version}
 
 %patch0 -p1 -b .rh
-%patch1 -p1 -b .countermeasures
 %patch2 -p1 -b .ping-subint
 %patch3 -p1 -b .addr
 %patch4 -p1 -b .idn
 %patch5 -p1 -b .corr_type
-%patch6 -p1 -b .convtoint
 %patch7 -p1 -b .ifaddrs
 
 %build
@@ -149,6 +145,9 @@ mv -f RELNOTES.tmp RELNOTES
 %{_sysconfdir}/rc.d/init.d/rdisc
 
 %changelog
+* Mon Nov 26 2012 Jan Synáček <jsynacek at redhat.com> - 20121125-2
+- Comment patches and cleanup
+
 * Mon Nov 26 2012 Jan Synáček <jsynacek at redhat.com> - 20121125-1
 - Update to iputils-s20121125 (#879952)
 


More information about the scm-commits mailing list