rpms/akmods/F-17 akmods,1.10,1.11 akmods.spec,1.13,1.14

Richard Shaw hobbes1069 at rpmfusion.org
Tue Mar 20 19:28:22 CET 2012


Author: hobbes1069

Update of /cvs/free/rpms/akmods/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26912

Modified Files:
	akmods akmods.spec 
Log Message:
* Tue Mar 20 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.4.0-3
- Add additional error output if the needed kernel development files are not
  installed. (Fixes #561)



Index: akmods
===================================================================
RCS file: /cvs/free/rpms/akmods/F-17/akmods,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- akmods	5 Mar 2012 15:27:59 -0000	1.10
+++ akmods	20 Mar 2012 18:28:22 -0000	1.11
@@ -427,6 +427,7 @@
 			elif [[ ! -r /usr/src/kernels/"${1}"/Makefile ]] && \
 			     [[ ! -r /usr/lib/modules/${1}/build/Makefile ]]; then
 				echo "Could not find files needed to compile modules for ${1}"
+				echo "Are the development files for kernel ${1} or the appropriate kernel-devel package installed?"
 				exit 1
 			elif [[ -r /usr/src/kernels/"${1}"/Makefile ]] && \
 			     [[ ! -r /boot/vmlinuz-"${1}" ]]; then


Index: akmods.spec
===================================================================
RCS file: /cvs/free/rpms/akmods/F-17/akmods.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- akmods.spec	5 Mar 2012 15:27:59 -0000	1.13
+++ akmods.spec	20 Mar 2012 18:28:22 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           akmods
 Version:        0.4.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Automatic kmods build and install tool 
 
 Group:          System Environment/Kernel
@@ -100,6 +100,10 @@
 
 
 %changelog
+* Tue Mar 20 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.4.0-3
+- Add additional error output if the needed kernel development files are not
+  installed. (Fixes #561)
+
 * Mon Mar 05 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.4.0-2
 - Remove remaining references to previous Fedora releases
 - Remove legacy SysV init script from CVS.



More information about the rpmfusion-commits mailing list