rpms/rt2870-kmod/devel rt2870-kmod.spec,1.1,1.2

Thorsten Leemhuis thl at rpmfusion.org
Sun Oct 5 20:19:04 CEST 2008


Author: thl

Update of /cvs/free/rpms/rt2870-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23907

Modified Files:
	rt2870-kmod.spec 
Log Message:
* Sun Oct 05 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.4.0.0-1.1
- adjust make call in build to build properly is running kernel and target
  kernel are different



Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/devel/rt2870-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2870-kmod.spec	5 Oct 2008 13:33:29 -0000	1.1
+++ rt2870-kmod.spec	5 Oct 2008 18:19:04 -0000	1.2
@@ -7,7 +7,7 @@
 
 Name:		rt2870-kmod
 Version:	1.4.0.0
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 Summary:	Kernel module for wireless devices with Ralink's rt2870 chipsets
 
 Group:		System Environment/Kernel
@@ -61,7 +61,7 @@
 
 %build
 for kernel_version in %{?kernel_versions}; do
- make -C _kmod_build_${kernel_version%%___*} KERNELPATH="${kernel_version##*___}" KERNELRELEASE="${kernel_version%%___*}"
+ make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}"
 done
 
 %install
@@ -77,6 +77,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sun Oct 05 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.4.0.0-1.1
+- adjust make call in build to build properly is running kernel and target
+  kernel are different
+
 * Sat Oct 04 2008  Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.4.0.0-1
 - Rebuild for 1.4.0.0
 



More information about the rpmfusion-commits mailing list