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

Petr Sabata psabata at fedoraproject.org
Tue Nov 9 12:17:09 UTC 2010


commit 223f386cc7cf88c0759d4c27b8b5c691a54bea6f
Author: Petr Sabata <psabata at redhat.com>
Date:   Tue Nov 9 13:16:54 2010 +0100

    ss.8 update, point to a versioned doc directory

 iproute.spec    |    6 +++++-
 man-pages.patch |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index e10924e..2c49da6 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.33
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group: Applications/System
 ##Source: iproute2-%{date_version}.tar.bz2
 Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2
@@ -44,6 +44,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
@@ -132,6 +133,9 @@ EOF
 %doc RELNOTES
 
 %changelog
+* Tue Nov 09 2010 Petr Sabata <psabata at redhat.com> - 2.6.33-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.33-7
 - Do not segfault if peer name is omitted when creating a peer veth link, rhbz#642322
 
diff --git a/man-pages.patch b/man-pages.patch
index 6ade858..bf7781c 100644
--- a/man-pages.patch
+++ b/man-pages.patch
@@ -102,7 +102,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