[iproute] v2.6.37 release bump

Petr Sabata psabata at fedoraproject.org
Mon Jan 10 16:18:47 UTC 2011


commit 32ac7b782acc839a10e4b1edceeb53ef72c95e33
Author: Petr Sabata <psabata at redhat.com>
Date:   Mon Jan 10 17:18:29 2011 +0100

    v2.6.37 release bump

 .gitignore                             |    1 +
 iproute.spec                           |   10 +++--
 iproute2-2.6.35-ss8-improvements.patch |   66 --------------------------------
 sources                                |    2 +-
 4 files changed, 8 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6bfe988..5d973e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 iproute2-2.6.34.tar.bz2
 iproute2-2.6.35.tar.bz2
+/iproute2-2.6.37.tar.bz2
diff --git a/iproute.spec b/iproute.spec
index 59fa7ec..f3529fd 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -3,8 +3,8 @@
 
 Summary:    Advanced IP routing and network device configuration tools
 Name:       iproute
-Version:    2.6.35
-Release:    10%{?dist}
+Version:    2.6.37
+Release:    1%{?dist}
 Group:      Applications/System
 ##Source: iproute2-%{date_version}.tar.bz2
 Source:     http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}.tar.bz2
@@ -20,7 +20,6 @@ Patch7:     iproute2-example-cbq-service.patch
 Patch8:     iproute2-2.6.35-print-route.patch
 Patch9:     iproute2-print-route-u32.patch
 Patch10:    iproute2-2.6.33-create-peer-veth-without-a-name.patch
-Patch11:    iproute2-2.6.35-ss8-improvements.patch
 
 License:    GPLv2+ and Public Domain
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,7 +56,6 @@ sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
 %patch8 -p1 -b .print-route
 %patch9 -p1 -b .print-route-u32
 %patch10 -p1 -b .peer-veth-without-name
-%patch11 -p1 -b .ss8-improvements
 
 %build
 export LIBDIR=/%{_libdir}
@@ -138,6 +136,10 @@ EOF
 %doc RELNOTES
 
 %changelog
+* Mon Jan 10 2011 Petr Sabata <psabata at redhat.com> - 2.6.37-1
+- 2.6.37 upstream release
+- ss(8) improvements patch removed (included upstream)
+
 * Wed Dec 08 2010 Petr Sabata <psabata at redhat.com> - 2.6.35-10
 - fix a typo in ss(8) improvements patch, rhbz#661267
 
diff --git a/sources b/sources
index 11786dc..a18fd6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0f281b3124bf04669e18f5fe16d4934  iproute2-2.6.35.tar.bz2
+9774ff9d74ebd301bf56bd8d74473786  iproute2-2.6.37.tar.bz2


More information about the scm-commits mailing list