From b765a26f259f6a3220d83781251d12a538ec1f92 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Tue, 21 Sep 2010 11:48:33 +0200 Subject: [PATCH] man-pages: cbq man8 fix --- iproute.spec | 5 ++++- man-pages.patch | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index ffd3452..39b3c28 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: 3%{?dist} +Release: 4%{?dist} Group: Applications/System ##Source: iproute2-%{date_version}.tar.bz2 Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2 @@ -134,6 +134,9 @@ EOF %doc RELNOTES %changelog +* Tue Sep 21 2010 Petr Sabata - 2.6.35-4 +- Modified man-pages.patch to fix cbq manpage, rhbz#635877 + * Tue Sep 21 2010 Petr Sabata - 2.6.35-3 - Don't print routes with negative metric fix, rhbz#628739 diff --git a/man-pages.patch b/man-pages.patch index 3d8cb80..a412b8f 100644 --- a/man-pages.patch +++ b/man-pages.patch @@ -2,7 +2,7 @@ diff -up iproute2-2.6.29/man/man8/cbq.8.man iproute2-2.6.29/man/man8/cbq.8 --- iproute2-2.6.29/man/man8/cbq.8.man 2009-09-24 14:05:44.868922557 +0200 +++ iproute2-2.6.29/man/man8/cbq.8 2009-09-24 14:05:24.760143753 +0200 @@ -0,0 +1 @@ -+.so tc-cbq.8 ++.so man8/tc-cbq.8 \ No newline at end of file diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8 --- /dev/null 2009-09-22 09:26:40.270218984 +0200