From 89ae623dbf7fe6dc9c97d8d6fa52ee2243a5a820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Thu, 23 Dec 2004 12:23:29 +0000 Subject: [PATCH] - arpd support --- iproute.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 2d7843b..94d165e 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,9 +1,10 @@ Summary: Advanced IP routing and network device configuration tools. Name: iproute Version: 2.6.9 -Release: 5 +Release: 6 Group: Applications/System Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}-041019.tar.gz +URL: http://developer.osdl.org/dev/iproute2/ Source1: ip.8 Source2: tc.8 Source3: tc-cbq.8 @@ -58,7 +59,7 @@ mkdir -p $RPM_BUILD_ROOT/sbin \ $RPM_BUILD_ROOT%{_libdir}/tc install -m 755 ip/ip ip/ifcfg ip/rtmon tc/tc $RPM_BUILD_ROOT/sbin -install -m 755 misc/ss misc/nstat misc/rtacct misc/lnstat $RPM_BUILD_ROOT%{_sbindir} +install -m 755 misc/ss misc/nstat misc/rtacct misc/lnstat misc/arpd $RPM_BUILD_ROOT%{_sbindir} install -m 755 tc/q_netem.so $RPM_BUILD_ROOT%{_libdir}/tc install -m 644 tc/normal.dist tc/pareto.dist tc/paretonormal.dist $RPM_BUILD_ROOT%{_libdir}/tc install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_mandir}/man8 @@ -92,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/debug/* %{_libdir}/tc/* %changelog +* Thu Dec 23 2004 Radek Vokal 2.6.9-6 +- added arpd into sbin + * Mon Nov 29 2004 Radek Vokal 2.6.9-5 - debug info removed from makefile and from spec (#140891)