diff --git a/iproute.spec b/iproute.spec index 7dd0ce8..59fa7ec 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: 9%{?dist} +Release: 10%{?dist} Group: Applications/System ##Source: iproute2-%{date_version}.tar.bz2 Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2 @@ -138,6 +138,9 @@ EOF %doc RELNOTES %changelog +* Wed Dec 08 2010 Petr Sabata - 2.6.35-10 +- fix a typo in ss(8) improvements patch, rhbz#661267 + * Tue Nov 30 2010 Petr Sabata - 2.6.35-9 - ss(8) improvements patch by jpopelka; should be included in 2.6.36 diff --git a/iproute2-2.6.35-ss8-improvements.patch b/iproute2-2.6.35-ss8-improvements.patch index de4fbfb..c289657 100644 --- a/iproute2-2.6.35-ss8-improvements.patch +++ b/iproute2-2.6.35-ss8-improvements.patch @@ -53,3 +53,14 @@ diff -up iproute2-2.6.35/man/man8/ss.8.ss-man iproute2-2.6.35/man/man8/ss.8 .TP .B \-f FAMILY, \-\-family=FAMILY Display sockets of type FAMILY. +--- iproute2-2.6.35/man/man8/ss.8 2010-12-08 13:39:59.810396849 +0100 ++++ iproute2-2.6.35/man/man8/ss.8.new 2010-12-08 13:40:28.446397779 +0100 +@@ -26,7 +26,7 @@ + Output version information. + .TP + .B \-n, \-\-numeric +-Do now try to resolve service names. ++Do not try to resolve service names. + .TP + .B \-r, \-\-resolve + Try to resolve numeric address/ports.