[iproute] 3.7.0 bump

Petr Šabata psabata at fedoraproject.org
Wed Dec 12 09:57:19 UTC 2012


commit ddc0afbb4575b6a0be7eafefb4f75fbf6b6fb820
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Dec 12 10:57:14 2012 +0100

    3.7.0 bump

 .gitignore                                         |    1 +
 iproute.spec                                       |   11 ++-
 ...interfaces-without-net-address-by-default.patch |   87 --------------------
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 93 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1477707..d237437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ iproute2-2.6.35.tar.bz2
 /iproute2-3.5.0.tar.gz
 /iproute2-3.5.1.tar.gz
 /iproute2-3.6.0.tar.gz
+/iproute2-3.7.0.tar.gz
diff --git a/iproute.spec b/iproute.spec
index ad7d644..832be2f 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -1,8 +1,8 @@
 %global             cbq_version v0.7.3
 Summary:            Advanced IP routing and network device configuration tools
 Name:               iproute
-Version:            3.6.0
-Release:            3%{?dist}
+Version:            3.7.0
+Release:            1%{?dist}
 Group:              Applications/System
 URL:                http://kernel.org/pub/linux/utils/net/%{name}2/
 Source0:            http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
@@ -18,7 +18,6 @@ Patch6:             iproute2-example-cbq-service.patch
 Patch7:             iproute2-2.6.35-print-route.patch
 Patch8:             iproute2-2.6.39-create-peer-veth-without-a-name.patch
 Patch9:             iproute2-2.6.39-lnstat-dump-to-stdout.patch
-Patch10:            iproute2-3.6.0-List-interfaces-without-net-address-by-default.patch
 License:            GPLv2+ and Public Domain
 BuildRequires:      tex(latex) tex(dvips) tex(ecrm1000.tfm) tex(cm-super-t1.enc) linuxdoc-tools
 BuildRequires:      flex linux-atm-libs-devel psutils libdb-devel bison
@@ -51,7 +50,7 @@ Provides:           iproute-static = %{version}-%{release}
 The libnetlink static library.
 
 %prep
-%setup -q -n iproute2-%{version}
+%setup -q -n iproute-%{version}
 %patch0 -p1
 sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
 %patch1 -p1 -b .kernel
@@ -63,7 +62,6 @@ sed -i "s/_VERSION_/%{version}/" man/man8/ss.8
 %patch7 -p1 -b .print-route
 %patch8 -p1 -b .peer-veth-without-name
 %patch9 -p1 -b .lnstat-dump-to-stdout
-%patch10 -p1 -b .list-all
 
 %build
 export LIBDIR=/%{_libdir}
@@ -173,6 +171,9 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Wed Dec 12 2012 Petr Šabata <contyk at redhat.com> - 3.7.0-1
+- 3.7.0 bump
+
 * Mon Nov 19 2012 Petr Šabata <contyk at redhat.com> - 3.6.0-3
 - Include section 7 manpages (#876857)
 - Fix ancient bogus dates in the changelog (correction based upon commits)
diff --git a/sources b/sources
index 88833dd..27b668b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dea1fe31482dae5a95244a9e3c2e2679  iproute2-3.6.0.tar.gz
+cff4b23a745864fce72497f9ece23ab7  iproute2-3.7.0.tar.gz


More information about the scm-commits mailing list