[iproute/f15/master] Link [cr]tstat to lnstat

Petr Sabata psabata at fedoraproject.org
Wed Apr 27 12:31:33 UTC 2011


commit 1dd73644a21b8df29bdd27a239b3ae642057f5cc
Author: Petr Sabata <psabata at redhat.com>
Date:   Wed Apr 27 14:31:25 2011 +0200

    Link [cr]tstat to lnstat

 iproute.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index 009af56..955d8cc 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -2,7 +2,7 @@
 Summary:            Advanced IP routing and network device configuration tools
 Name:               iproute
 Version:            2.6.38.1
-Release:            3%{?dist}
+Release:            4%{?dist}
 Group:              Applications/System
 URL:                http://www.linuxfoundation.org/collaborate/workgroups/networking/%{name}2
 Source0:            http://devresources.linuxfoundation.org/dev/iproute2/download/%{name}2-%{version}.tar.bz2
@@ -106,6 +106,10 @@ for binary in \
     misc/ss
     do install -m755 ${binary} %{buildroot}%{_sbindir}
 done
+cd %{buildroot}%{_sbindir}
+    ln -s lnstat ctstat
+    ln -s lnstat rtstat
+cd -
 
 # Libs
 for library in \
@@ -179,6 +183,9 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Wed Apr 27 2011 Petr Sabata <psabata at redhat.com> - 2.6.38.1-4
+- Link [cr]tstat to lnstat
+
 * Wed Apr 27 2011 Petr Sabata <psabata at redhat.com> - 2.6.38.1-3
 - Install ctstat, rtstat and routef manpage symlinks
 - Install m_xt & m_ipt tc modules


More information about the scm-commits mailing list