From 2ebcdaf44deaa234ec6f3073d4ee64f202f53634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 12 Feb 2010 14:03:29 +0000 Subject: [PATCH] - add macvlan aka VESA support d63a9b2b1e4e3eab0d0577d0a0f412d50be1e0a7 - kernel headers 2.6.33 ab322673298bd0b8927cdd9d11f3d36af5941b93 are needed for macvlan features and probably for other added later. - fix number of release which contains 2.6.32 kernel headers and features but it was released as 2.6.31 --- iproute.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/iproute.spec b/iproute.spec index 3731b84..eb40f40 100644 --- a/iproute.spec +++ b/iproute.spec @@ -5,12 +5,12 @@ Summary: Advanced IP routing and network device configuration tools Name: iproute Version: 2.6.32 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System ##Source: iproute2-%{date_version}.tar.bz2 # mistake in number of release it's really 2.6.32 but upstream released it as 2.6.31.tar Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{up_version}.tar.bz2 -URL: http://linux-net.osdl.org/index.php/Iproute2 +URL: http://linux-net.osdl.org/index.php/Iproute2 Patch0: man-pages.patch Patch1: iproute2-2.6.29-kernel.patch Patch2: iproute2-ss050901-opt_flags.patch @@ -22,7 +22,7 @@ Patch7: iproute2-example-cbq-service.patch Patch8: iproute2-2.6.32-macvlan.patch Patch9: iproute2-2.6.33-kernel-headers.patch -License: GPLv2+ +License: GPLv2+ and Public Domain BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tetex-latex tetex-dvips linuxdoc-tools BuildRequires: flex linux-atm-libs-devel psutils db4-devel bison @@ -66,11 +66,11 @@ make -C doc [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/sbin \ - $RPM_BUILD_ROOT%{_sbindir} \ - $RPM_BUILD_ROOT%{_mandir}/man8 \ - $RPM_BUILD_ROOT/%{_sysconfdir}/iproute2 \ - $RPM_BUILD_ROOT%{_datadir}/tc \ - $RPM_BUILD_ROOT%{_libdir}/tc + $RPM_BUILD_ROOT%{_sbindir} \ + $RPM_BUILD_ROOT%{_mandir}/man8 \ + $RPM_BUILD_ROOT/%{_sysconfdir}/iproute2 \ + $RPM_BUILD_ROOT%{_datadir}/tc \ + $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 misc/arpd $RPM_BUILD_ROOT%{_sbindir} @@ -224,7 +224,7 @@ EOF * Wed Feb 6 2008 Marcela Maslanova - 2.6.23-3 - rebuild without tetex files. It isn't working in rawhide yet. Added - new source for ps files. + new source for ps files. - #431179 backward compatibility for previous iproute versions * Mon Jan 21 2008 Marcela Maslanova - 2.6.23-2