rpms/buildsys-build-rpmfusion/devel buildsys-build-rpmfusion-list-kernels.sh, 1.9, 1.10 buildsys-build-rpmfusion.spec, 1.40, 1.41 update-to-latest-kernels.sh, 1.2, 1.3

Nicolas Chauvet kwizart at rpmfusion.org
Thu Nov 21 23:29:56 CET 2013


Author: kwizart

Update of /cvs/free/rpms/buildsys-build-rpmfusion/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12018/devel

Modified Files:
	buildsys-build-rpmfusion-list-kernels.sh 
	buildsys-build-rpmfusion.spec update-to-latest-kernels.sh 
Log Message:
Add lpae as a known kvarriant



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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- buildsys-build-rpmfusion-list-kernels.sh	6 Sep 2012 22:28:27 -0000	1.9
+++ buildsys-build-rpmfusion-list-kernels.sh	21 Nov 2013 22:29:56 -0000	1.10
@@ -27,10 +27,10 @@
 
 shopt -s extglob
 
-myver="0.2.0"
+myver="0.2.1"
 repo=rpmfusion
 myprog="buildsys-build-${repo}-kerneldevpkgs"
-supported_targetarchs="i686 x86_64 ppc ppc64 armv5tel armv7l armv7hl s390x"
+supported_targetarchs="i686 x86_64 ppc ppc64 ppc64p7 armv5tel armv7l armv7hl s390x"
 if [[ -e ./buildsys-build-${repo}-kerneldevpkgs-current ]]; then
 	prefix=./buildsys-build-${repo}-
 else
@@ -67,30 +67,29 @@
 
 bb_list_kernels_ppc64()
 {
+        bb_list_kernels_default ${1}
+}
+
+bb_list_kernels_ppc64p7()
+{
 	bb_list_kernels_default ${1}
 }
 
+
 bb_list_kernels_armv5tel()
 {
 	bb_list_kernels_default ${1}
-	echo ${1}kirkwood
 }
 
 bb_list_kernels_armv7l()
 {
-	echo ${1}highbank
-	echo ${1}imx
-	echo ${1}omap
-	echo ${1}tegra
+	bb_list_kernels_default ${1}
 }
 
 bb_list_kernels_armv7hl()
 {
 	bb_list_kernels_default ${1}
-	echo ${1}highbank
-	echo ${1}imx
-	echo ${1}omap
-	echo ${1}tegra
+	echo ${1}lpae
 }
 
 bb_list_kernels_s390x()


Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/buildsys-build-rpmfusion.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- buildsys-build-rpmfusion.spec	1 Aug 2013 08:54:53 -0000	1.40
+++ buildsys-build-rpmfusion.spec	21 Nov 2013 22:29:56 -0000	1.41
@@ -3,7 +3,7 @@
 Name:           buildsys-build-%{repo}
 Epoch:          10
 Version:        20
-Release:        0.1
+Release:        0.2
 Summary:        Tools and files used by the %{repo} buildsys 
 
 Group:          Development/Tools
@@ -86,6 +86,9 @@
 
 
 %changelog
+* Thu Nov 21 2013 Nicolas Chauvet <kwizart at gmail.com> - 10:20-0.2
+- Add lpae as a known kvarriant
+
 * Thu Aug 01 2013 Nicolas Chauvet <kwizart at gmail.com> - 10:20-0.1
 - Bump for F-20
 
@@ -181,7 +184,7 @@
 * Sun Dec 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.4
 - rebuild for kernel 2.6.28-3.fc11
 
-* Sun Dec 27 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.3
+* Sat Dec 27 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.3
 - just track in the latest kernel
 
 * Sun Dec 21 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:11-0.2
@@ -260,10 +263,10 @@
 * Sat Nov 10 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 20-1
 - Update to latest kernels 2.6.23.1-49.fc8 2.6.21-2950.fc8xen
 
-* Tue Oct 29 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 19-1
+* Mon Oct 29 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 19-1
 - Update to latest kernels 2.6.23.1-41.fc8 2.6.21-2950.fc8xen
 
-* Tue Oct 28 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 18-1
+* Mon Oct 28 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 18-1
 - Update to latest kernels 2.6.23.1-41.fc8 2.6.21-2950.fc8xen
 
 * Sun Oct 28 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 17-3


Index: update-to-latest-kernels.sh
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/devel/update-to-latest-kernels.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- update-to-latest-kernels.sh	22 Oct 2011 16:14:29 -0000	1.2
+++ update-to-latest-kernels.sh	21 Nov 2013 22:29:56 -0000	1.3
@@ -4,6 +4,7 @@
 	echo ${1}
 	echo ${1}smp
 	echo ${1}PAE
+	echo ${1}lpae
 }
 
 if [[ ! "${1}" ]] ; then


More information about the rpmfusion-commits mailing list