rpms/dkms/devel dkms-modprobe.d.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 dkms.spec, 1.19, 1.20 sources, 1.14, 1.15

Matt Domsch mdomsch at fedoraproject.org
Wed Apr 15 04:52:07 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/dkms/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8245

Modified Files:
	.cvsignore dkms.spec sources 
Added Files:
	dkms-modprobe.d.patch 
Log Message:
update to 2.0.21.1 plus patch

dkms-modprobe.d.patch:

--- NEW FILE dkms-modprobe.d.patch ---
>From b2721fad5e830cc4c689ecfd37cdd1ab3768daf3 Mon Sep 17 00:00:00 2001
From: Mario Limonciello <Mario_Limonciello at Dell.com>
Date: Thu, 5 Mar 2009 11:06:50 -0600
Subject: [PATCH] merge in a few changes from Keybuk to alter behaviors on Ubuntu a little bit

---

diff --git a/dkms b/dkms
index eccd84e..a8b1d58 100755
--- a/dkms
+++ b/dkms
@@ -705,6 +705,7 @@ function moduleconfig_add ()
 
     local temp_dir_name=`mktemp -d $tmp_location/dkms.XXXXXX`
     modconfig_files=""
+    [ -e /etc/modprobe.d/dkms.conf ] && modconfig_files="/etc/modprobe.d/dkms.conf"
     [ -e /etc/modprobe.d/dkms ] && modconfig_files="/etc/modprobe.d/dkms"
     [ -e /etc/modules.conf ] && modconfig_files="$modconfig_files /etc/modules.conf"
     [ -e /etc/modprobe.conf ] && modconfig_files="$modconfig_files /etc/modprobe.conf"
-- 
1.6.0.6



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dkms/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	28 May 2008 21:44:15 -0000	1.14
+++ .cvsignore	15 Apr 2009 04:51:37 -0000	1.15
@@ -1 +1 @@
-dkms-2.0.19.1.tar.gz
+dkms-2.0.21.1.tar.gz


Index: dkms.spec
===================================================================
RCS file: /cvs/extras/rpms/dkms/devel/dkms.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- dkms.spec	24 Feb 2009 12:07:36 -0000	1.19
+++ dkms.spec	15 Apr 2009 04:51:37 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: Dynamic Kernel Module Support Framework
 Name: dkms
-Version: 2.0.19.1
-Release: 2%{?dist}
+Version: 2.0.21.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 BuildArch: noarch
@@ -11,9 +11,12 @@
 Provides: dkms-minimal = %{version}
 URL: http://linux.dell.com/dkms
 Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz
+Patch0: dkms-modprobe.d.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# when building for Fedora, uncomment this Requires
+
+%if 0%{?fedora}
 Requires: kernel-devel
+%endif
 
 %description
 This package contains the framework for the Dynamic
@@ -23,6 +26,8 @@
 %prep
 
 %setup -q
+%patch0 -p1
+
 %build
 
 %triggerpostun -- %{name} < 1.90.00-1
@@ -100,6 +105,16 @@
 %{_sysconfdir}/kernel/prerm.d/%{name}
 %{_sysconfdir}/bash_completion.d/%{name}
 
+%if 0%{?suse_version}
+# suse doesnt yet support /etc/kernel/{prerm.d,postinst.d}, but will fail build
+# with unowned dirs if we dont own them ourselves
+# when opensuse *does* add this support, we will need to BuildRequires kernel
+%dir %{_sysconfdir}/kernel
+%dir %{_sysconfdir}/kernel/postinst.d
+%dir %{_sysconfdir}/kernel/prerm.d
+%endif
+
+
 %post
 [ -e /sbin/dkms ] && mv -f /sbin/dkms /sbin/dkms.old 2>/dev/null
 # enable on initial install
@@ -110,6 +125,9 @@
 [ $1 -lt 1 ] && /sbin/chkconfig dkms_autoinstaller off ||:
 
 %changelog
+* Tue Apr 14 2009 Matt Domsch <Matt_Domsch at dell.com> 2.0.21.1-1
+- update to latest upstream
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.19.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dkms/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 May 2008 21:44:15 -0000	1.14
+++ sources	15 Apr 2009 04:51:37 -0000	1.15
@@ -1 +1 @@
-d51bb4a0679dcd6152dfa0c37c3b716b  dkms-2.0.19.1.tar.gz
+539113eabf49356b9659c85512927519  dkms-2.0.21.1.tar.gz




More information about the fedora-extras-commits mailing list