rpms/akmods/devel akmods,1.1,1.2 akmods.spec,1.1,1.2

Thorsten Leemhuis thl at rpmfusion.org
Sun Jan 11 17:02:16 CET 2009


Author: thl

Update of /cvs/free/rpms/akmods/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30732

Modified Files:
	akmods akmods.spec 
Log Message:
* Sun Jan 11 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.4-1
- update to 0.3.4, which has some cosmetic changes



Index: akmods
===================================================================
RCS file: /cvs/free/rpms/akmods/devel/akmods,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akmods	2 Oct 2008 17:28:11 -0000	1.1
+++ akmods	11 Jan 2009 16:02:15 -0000	1.2
@@ -174,8 +174,8 @@
 
 	# if there are no akmod packages installed there is nothing to do for us
 	if ! ls /usr/src/akmods/*-kmod.latest &> /dev/null ; then
-		echo -n "No akmod packages found." >&2
-		echo_failure; echo; exit 1
+		echo -n "No akmod packages found, nothing to do." >&2
+		echo_success; echo; exit 1
 	fi
 
 
@@ -357,7 +357,7 @@
 		if ! check_kmod_up2date ${this_kernelver} ${this_kmodname} ; then
 			# okay, kmod wasn't found or is not up2date
 			if [[ "${continue_line}" ]]; then
-				akmods_echo 1 2 --warning
+				akmods_echo 1 2 --success 
 				# if the files for building modules are not avilable don't even try to build modules
 				if [[ ! -r /usr/src/kernels/"${this_kernelver}"/Makefile ]] || [[ ! -r  /lib/modules/${this_kernelver}/build/Makefile ]]; then
 					akmods_echo 1 2 "Files needed for building modules against kernel"


Index: akmods.spec
===================================================================
RCS file: /cvs/free/rpms/akmods/devel/akmods.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- akmods.spec	2 Oct 2008 17:28:11 -0000	1.1
+++ akmods.spec	11 Jan 2009 16:02:15 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           akmods
-Version:        0.3.3
-Release:        2%{?dist}
+Version:        0.3.4
+Release:        1%{?dist}
 Summary:        Automatic kmods build and install tool 
 
 Group:          System Environment/Kernel
@@ -101,6 +101,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sun Jan 11 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.4-1
+- update to 0.3.4, which has some cosmetic changes
+
 * Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.3-2
 - rebuild for rpm fusion
 



More information about the rpmfusion-commits mailing list