[iproute] 3.5.1 bump

Petr Šabata psabata at fedoraproject.org
Tue Aug 14 15:18:26 UTC 2012


commit 19747adaa84bab96d5d98658680f1a3e4ce6290b
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Aug 14 17:12:01 2012 +0200

    3.5.1 bump

 iproute.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index 58916aa..4eb4ed5 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.5.0
-Release:            2%{?dist}
+Version:            3.5.1
+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
@@ -83,6 +83,7 @@ mkdir -p \
     %{buildroot}%{_sysconfdir}/sysconfig/cbq
 
 for binary in \
+    bridge/bridge \
     examples/cbq.init-%{cbq_version} \
     genl/genl \
     ip/ifcfg \
@@ -105,8 +106,6 @@ cd %{buildroot}%{_sbindir}
     ln -s lnstat ctstat
     ln -s lnstat rtstat
 cd -
-# bridge should be installed as 'br', following upstream
-install -m755 bridge/bridge %{buildroot}%{_sbindir}/br
 
 # Libs
 for library in \
@@ -170,6 +169,10 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Tue Aug 14 2012 Petr Šabata <contyk at redhat.com> - 3.5.1-1
+- 3.5.1 bugfix release bump
+- Rename 'br' to 'bridge'
+
 * Mon Aug 06 2012 Petr Šabata <contyk at redhat.com> - 3.5.0-2
 - Install the new bridge utility
 


More information about the scm-commits mailing list