[iproute/f14/master] ss.8 update, point to a versioned doc directory

Petr Sabata psabata at fedoraproject.org
Tue Nov 9 10:58:51 UTC 2010


commit b6a11db344074ead9a11680821a47847b981111a
Author: Petr Sabata <psabata at redhat.com>
Date:   Tue Nov 9 11:32:13 2010 +0100

    ss.8 update, point to a versioned doc directory

 iproute.spec    |    9 ++++++---
 man-pages.patch |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index 7c2608a..e93437a 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -4,7 +4,7 @@
 Summary:    Advanced IP routing and network device configuration tools
 Name:       iproute
 Version:    2.6.35
-Release:    5%{?dist}
+Release:    6%{?dist}
 Group:      Applications/System
 ##Source: iproute2-%{date_version}.tar.bz2
 Source:     http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2
@@ -45,6 +45,7 @@ The iproute documentation contains howtos and examples of settings.
 %prep
 %setup -q -n iproute2-%{version}
 %patch0 -p1
+sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
 %patch1 -p1 -b .kernel
 %patch2 -p1 -b .opt_flags
 %patch3 -p1 -b .seg
@@ -59,7 +60,6 @@ The iproute documentation contains howtos and examples of settings.
 %build
 export LIBDIR=/%{_libdir}
 export IPT_LIB_DIR=/%{_lib}/xtables
-
 ./configure
 make %{?_smp_mflags}
 make -C doc
@@ -136,7 +136,10 @@ EOF
 %doc RELNOTES
 
 %changelog
-* Tue Oct 12 2010 Petr Sabata <psabata at redhat.com> - 2.6.33-7
+* Tue Nov 09 2010 Petr Sabata <psabata at redhat.com> - 2.6.35-8
+- rhbz#641599, use the versioned path, man-pages.patch update, prep update
+
+* Tue Oct 12 2010 Petr Sabata <psabata at redhat.com> - 2.6.35-7
 - Do not segfault if peer name is omitted when creating a peer veth link, rhbz#642322
 
 * Mon Oct 11 2010 Petr Sabata <psabata at redhat.com> - 2.6.35-4
diff --git a/man-pages.patch b/man-pages.patch
index 2ad283a..c62be20 100644
--- a/man-pages.patch
+++ b/man-pages.patch
@@ -90,7 +90,7 @@ diff -up iproute2-2.6.29/iproute2-2.6.29/man/man8/ip.8.mm iproute2-2.6.29/iprout
  .SH SEE ALSO
  .BR ip (8),
 -.BR /usr/share/doc/iproute-doc/ss.html " (package iproute­doc)"
-+.BR /usr/share/doc/iproute-doc/ss.ps " (package iproute-doc)"
++.BR /usr/share/doc/iproute-doc-_VERSION_/ss.ps " (package iproute-doc)"
  .SH AUTHOR
  .I ss 
  was written by Alexey Kuznetosv, <kuznet at ms2.inr.ac.ru>.


More information about the scm-commits mailing list