[iproute] Install the new bridge utility

Petr Šabata psabata at fedoraproject.org
Mon Aug 6 09:25:59 UTC 2012


commit 5d49e83f04f07d6d5341ea51dfc9585ba796d29f
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Aug 6 11:24:06 2012 +0200

    Install the new bridge utility

 iproute.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index 9863e64..58916aa 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -2,7 +2,7 @@
 Summary:            Advanced IP routing and network device configuration tools
 Name:               iproute
 Version:            3.5.0
-Release:            1%{?dist}
+Release:            2%{?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
@@ -105,6 +105,8 @@ 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 \
@@ -168,6 +170,9 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Mon Aug 06 2012 Petr Šabata <contyk at redhat.com> - 3.5.0-2
+- Install the new bridge utility
+
 * Thu Aug 02 2012 Petr Šabata <contyk at redhat.com> - 3.5.0-1
 - 3.5.0 bump
 - Move to db5.


More information about the scm-commits mailing list