]> git.pld-linux.org Git - packages/iputils.git/commitdiff
- added doc patch (fixes sgml errors)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Nov 2012 18:48:47 +0000 (19:48 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Nov 2012 18:48:47 +0000 (19:48 +0100)
iputils-bindnow.patch
iputils-doc.patch [new file with mode: 0644]
iputils.spec

index c542c5e857deae9b0d25bc6038e670fcafeca7c0..fbe5e607f79d8bb343b2ee52d4856806ab8f3b18 100644 (file)
@@ -4,9 +4,9 @@ information leakage.
 
 http://bugs.gentoo.org/77526
 
---- iputils-s20121106/Makefile.orig    2012-11-11 19:29:39.752768719 +0100
-+++ iputils-s20121106/Makefile 2012-11-11 19:32:42.666094377 +0100
-@@ -55,7 +55,7 @@
+--- iputils-s20121114/Makefile.orig    2012-11-15 17:01:22.376586746 +0100
++++ iputils-s20121114/Makefile 2012-11-15 17:02:39.039918482 +0100
+@@ -62,7 +62,7 @@
  
  # arping
  arping: arping.o
@@ -15,7 +15,7 @@ http://bugs.gentoo.org/77526
  
  # clockdiff
  clockdiff: clockdiff.o
-@@ -63,9 +63,9 @@
+@@ -80,9 +80,9 @@
  
  # ping / ping6
  ping: ping.o ping_common.o
@@ -27,8 +27,7 @@ http://bugs.gentoo.org/77526
  ping6.o: ping_common.h in6_flowlabel.h
  ping.o ping_common.o: ping_common.h
  
- # rarpd
-@@ -80,7 +80,7 @@
+@@ -100,7 +100,7 @@
  
  # traceroute6
  traceroute6: traceroute6.o
diff --git a/iputils-doc.patch b/iputils-doc.patch
new file mode 100644 (file)
index 0000000..f3c70e6
--- /dev/null
@@ -0,0 +1,20 @@
+--- iputils-s20121114/doc/ping.sgml.orig       2012-11-14 14:10:12.000000000 +0100
++++ iputils-s20121114/doc/ping.sgml    2012-11-15 19:41:09.023053608 +0100
+@@ -130,6 +130,7 @@
+   <listitem><para>
+ Show help.
+   </para></listitem>
++ </varlistentry>
+  <varlistentry>
+   <term><option>-i <replaceable/interval/</option></term>
+   <listitem><para>
+--- iputils-s20121114/doc/tracepath.sgml.orig  2012-11-14 14:10:12.000000000 +0100
++++ iputils-s20121114/doc/tracepath.sgml       2012-11-15 19:42:04.633052399 +0100
+@@ -72,6 +72,7 @@
+   <listitem><para>
+ Sets the initial destination port to use.
+   </para></listitem>
++ </varlistentry>
+ </variablelist>
+ </refsect1>
index 0d343fb2f85601dd8d4e3536199706f3ed5d0b5b..36a810c94d76bca44fb41f49d099e846feb3111d 100644 (file)
@@ -19,6 +19,7 @@ Patch1:               %{name}-pf.patch
 Patch2:                %{name}-bindnow.patch
 # http://cvsweb.openwall.com/cgi/cvsweb.cgi/~checkout~/Owl/packages/iputils/iputils-s20101006-owl-pingsock.diff?rev=1.1;content-type=text%2Fplain
 Patch3:                %{name}-pingsock.patch
+Patch4:                %{name}-doc.patch
 URL:           http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils
 %if %{with doc}
 BuildRequires: docbook-dtd31-sgml
@@ -95,6 +96,7 @@ pakiety ARP z użyciem podanego adresu źródłowego.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__make} all \
This page took 0.114075 seconds and 4 git commands to generate.