diff --git a/iproute.spec b/iproute.spec index 3522079..adcf50d 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: 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 @@ -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 - 2.6.33-7 +* Tue Nov 09 2010 Petr Sabata - 2.6.35-8 +- rhbz#641599, use the versioned path, man-pages.patch update, prep update + +* Tue Oct 12 2010 Petr Sabata - 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 - 2.6.35-6 diff --git a/man-pages.patch b/man-pages.patch index d1723dd..6e88648 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, .