rpms/iproute/devel iproute.spec,1.105,1.106

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Feb 12 14:03:30 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/iproute/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9852

Modified Files:
	iproute.spec 
Log Message:
* Tue Jan 26 2010 Marcela Mašláňová <mmaslano at redhat.com> - 2.6.32-2
- 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



Index: iproute.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iproute/devel/iproute.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- iproute.spec	27 Jan 2010 08:42:53 -0000	1.105
+++ iproute.spec	12 Feb 2010 14:03:29 -0000	1.106
@@ -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.pat
 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 <mmaslano at redhat.com> - 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 <mmaslano at redhat.com> - 2.6.23-2



More information about the scm-commits mailing list