]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- updated to 2.6.9-ss041019.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 30 Dec 2004 02:22:13 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ipaddress.c patch removed because rtnl_link_stats contains u32 fields.
- release 0.1.

Changed files:
    iproute2.spec -> 1.131

iproute2.spec

index 8972841f63083f23fa611c5e1072e470b023650b..74c5d83d7f2ff744e4cbbdbda1ee8cc22c2f97a5 100644 (file)
@@ -15,18 +15,17 @@ Summary(es):        Herramientas para encaminamiento avanzado y configuraci
 Summary(pl):   Narzêdzie do kontrolowania Sieci w kernelach
 Summary(pt_BR):        Ferramentas para roteamento avançado e configuração de interfaces de rede
 Name:          iproute2
-%define        sdate   040823
+%define        sdate   041019
 # do not use ,,2.6.X'' as version here, put whole number like 2.6.8
-Version:       2.6.8
-Release:       3
+Version:       2.6.9
+Release:       0.1
 License:       GPL
 Vendor:                Stephen Hemminger <shemminger@osdl.org>
 Group:         Networking/Admin
-Source0:       http://developer.osdl.org/dev/iproute2/download/%{name}-2.6.8-%{sdate}.tar.gz
-# Source0-md5: dab25877d70f132dcfeaba373805d867
+Source0:       http://developer.osdl.org/dev/iproute2/download/%{name}-%{version}-%{sdate}.tar.gz
+# Source0-md5: 4b3f335b0139cb909c6a2ae8bf72e548
 Patch0:         %{name}-build.patch
-Patch2:                %{name}-arp.patch
-Patch4:         %{name}-ipaddress.patch
+Patch1:                %{name}-arp.patch
 # extensions
 Patch10:        %{name}-2.2.4-wrr.patch
 Patch11:        %{name}-2.2.4-esfq.patch
@@ -92,8 +91,7 @@ a przestrzeni
 %setup -q
 rm -rf include-glibc
 %patch0 -p1
-%patch2 -p1
-%patch4 -p1
+%patch1 -p1
 
 %patch10 -p1
 %patch11 -p1
@@ -113,7 +111,7 @@ rm -rf include/linux
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir},%{_mandir}/man8,%{_libdir},%{_includedir}}
 
-install ip/{ip,rtmon,routel} %{?with_tc:tc/tc} misc/{rtacct,rtstat,ss,ifstat} $RPM_BUILD_ROOT%{_sbindir}
+install ip/{ip,rtmon,routel} %{?with_tc:tc/tc} misc/{ifstat,lnstat,nstat,rtacct,ss} $RPM_BUILD_ROOT%{_sbindir}
 install etc/iproute2/rt_protos \
        etc/iproute2/rt_realms \
        etc/iproute2/rt_scopes \
This page took 0.043695 seconds and 4 git commands to generate.