From 03be2616b9efe8fd6e2a3207380f0b44004a7813 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 27 Nov 2012 14:03:53 +0100 Subject: [PATCH] Fix missing end tags in sgml documentation --- iputils-20121125-doc-tags.patch | 38 +++++++++++++++++++++++++++++++++ iputils.spec | 3 +++ 2 files changed, 41 insertions(+) create mode 100644 iputils-20121125-doc-tags.patch diff --git a/iputils-20121125-doc-tags.patch b/iputils-20121125-doc-tags.patch new file mode 100644 index 0000000..e2c0567 --- /dev/null +++ b/iputils-20121125-doc-tags.patch @@ -0,0 +1,38 @@ +From e1f83df4d69f8d6d168fff308f5744e65d060490 Mon Sep 17 00:00:00 2001 +From: Jan Synacek +Date: Tue, 27 Nov 2012 13:58:40 +0100 +Subject: [PATCH] ping,tracepath doc: Fix missing end tags. + +Signed-off-by: Jan Synacek +--- + doc/ping.sgml | 1 + + doc/tracepath.sgml | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/doc/ping.sgml b/doc/ping.sgml +index f77276b..fb3c3ac 100644 +--- a/doc/ping.sgml ++++ b/doc/ping.sgml +@@ -130,6 +130,7 @@ If value is zero, kernel allocates random flow label. + + Show help. + ++ + + + +diff --git a/doc/tracepath.sgml b/doc/tracepath.sgml +index 8da7cc0..19c3903 100644 +--- a/doc/tracepath.sgml ++++ b/doc/tracepath.sgml +@@ -72,6 +72,7 @@ Sets the initial packet length to + Sets the initial destination port to use. + ++ + + + +-- +1.7.11.7 + diff --git a/iputils.spec b/iputils.spec index acf89db..7fb40a1 100644 --- a/iputils.spec +++ b/iputils.spec @@ -20,6 +20,7 @@ Patch3: iputils-ifenslave.patch Patch4: iputils-20121112-idn.patch Patch7: iputils-20121121-ifaddrs.patch Patch8: iputils-20121125-usage-before-caps.patch +Patch9: iputils-20121125-doc-tags.patch BuildRequires: docbook-utils perl-SGMLSpm BuildRequires: glibc-kernheaders >= 2.4-8.19 @@ -63,6 +64,7 @@ The iputils-sysvinit contains SysV initscritps support. %patch4 -p1 -b .idn %patch7 -p1 -b .ifaddrs %patch8 -p1 -b .usage-before-caps +%patch9 -p1 -b .doc-tags %build %ifarch s390 s390x @@ -151,6 +153,7 @@ mv -f RELNOTES.tmp RELNOTES - Call usage() before limiting capabilities - Correct ifaddrs patch - Drop corr_type patch (gcc 4.4 build hack) +- Fix missing end tags in sgml documentation * Mon Nov 26 2012 Jan Synáček - 20121125-1 - Update to iputils-s20121125 (#879952)