rpms/kmodtool/F-10 kmodtool-kmodtool,1.1,1.2 kmodtool.spec,1.1,1.2

Thorsten Leemhuis thl at rpmfusion.org
Wed Dec 17 18:04:39 CET 2008


Author: thl

Update of /cvs/free/rpms/kmodtool/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23327

Modified Files:
	kmodtool-kmodtool kmodtool.spec 
Log Message:
* Sun Dec 14 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1-14
- don't require the kmod-meta package in kmod-(uname -r) packages



Index: kmodtool-kmodtool
===================================================================
RCS file: /cvs/free/rpms/kmodtool/F-10/kmodtool-kmodtool,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kmodtool-kmodtool	30 Sep 2008 17:05:40 -0000	1.1
+++ kmodtool-kmodtool	17 Dec 2008 17:04:39 -0000	1.2
@@ -139,16 +139,8 @@
 
 
 
-  # second part
+	# second part
 	if [[ ! "${customkernel}" ]]; then
-      if [[ ! "${redhatkernel}" ]]; then
-         # when we build for custom kernels using "--for-kernels" don't require the meta 
-         # package, as it's useless and complicates things for the user without need
-	     cat <<EOF
-Requires:         kmod-${kmodname}${kernel_variant} >= %{version}-%{release}
-EOF
-      fi
-
 	     cat <<EOF
 Requires:         kernel-uname-r = ${kernel_uname_r}
 BuildRequires:	  kernel-devel-uname-r = ${kernel_uname_r}


Index: kmodtool.spec
===================================================================
RCS file: /cvs/free/rpms/kmodtool/F-10/kmodtool.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kmodtool.spec	30 Sep 2008 17:05:40 -0000	1.1
+++ kmodtool.spec	17 Dec 2008 17:04:39 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           kmodtool
 Version:        1
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Tool for building kmod packages
 
 Group:          Development/Tools
@@ -51,6 +51,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Sun Dec 14 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1-14
+- don't require the kmod-meta package in kmod-(uname -r) packages
+
 * Tue Sep 30 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1-13
 - rebuild for RPM Fusion
 



More information about the rpmfusion-commits mailing list