rpms/buildsys-build-rpmfusion/devel buildsys-build-rpmfusion-list-kernels.sh, 1.6, 1.7 buildsys-build-rpmfusion.spec, 1.23, 1.24

Thorsten Leemhuis thl at rpmfusion.org
Mon Apr 6 19:08:08 CEST 2009


Author: thl

Update of /cvs/free/rpms/buildsys-build-rpmfusion/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25805

Modified Files:
	buildsys-build-rpmfusion-list-kernels.sh 
	buildsys-build-rpmfusion.spec 
Log Message:
* Mon Apr 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.10
- use isa to make sure we get the right kernel 



Index: buildsys-build-rpmfusion-list-kernels.sh
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion-list-kernels.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- buildsys-build-rpmfusion-list-kernels.sh	15 Feb 2009 14:41:53 -0000	1.6
+++ buildsys-build-rpmfusion-list-kernels.sh	6 Apr 2009 17:08:08 -0000	1.7
@@ -95,11 +95,11 @@
 		if [[ "${requires}" ]]  || [[ "${buildrequires}" ]]; then
 			if echo ${this_kernel} | grep -- 'default' &> /dev/null; then		
 				if [[ "${requires}" ]]; then
-					echo "Requires: kernel${this_kernel_variant:+-${this_kernel_variant}}-devel-${this_target}"
+					echo "Requires: kernel${this_kernel_variant:+-${this_kernel_variant}}-devel%{_isa}"
 				fi
 	
 				if [[ "${buildrequires}" ]]; then 
-					echo "BuildRequires: kernel${this_kernel_variant:+-${this_kernel_variant}}-devel-${this_target}"
+					echo "BuildRequires: kernel${this_kernel_variant:+-${this_kernel_variant}}-devel%{_isa}"
 				fi
 			else
 				if [[ "${requires}" ]]; then


Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- buildsys-build-rpmfusion.spec	29 Mar 2009 12:47:57 -0000	1.23
+++ buildsys-build-rpmfusion.spec	6 Apr 2009 17:08:08 -0000	1.24
@@ -3,7 +3,7 @@
 Name:           buildsys-build-%{repo}
 Epoch:          10
 Version:        11
-Release:        0.9
+Release:        0.10
 Summary:        Tools and files used by the %{repo} buildsys 
 
 Group:          Development/Tools
@@ -90,6 +90,9 @@
 
 
 %changelog
+* Mon Apr 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.10
+- use isa to make sure we get the right kernel 
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.9
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list