commit 36c91343360067d280f9f160cd5fe4469881e9a7
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Oct 13 19:57:54 2013 +0300

    do not process /etc/sysconfig/kernel as modprobe.conf blacklist file

 dkms.spec         |  2 ++
 kernel.conf.patch | 11 +++++++++++
 2 files changed, 13 insertions(+)
---
diff --git a/dkms.spec b/dkms.spec
index d39945b..0f24c30 100644
--- a/dkms.spec
+++ b/dkms.spec
@@ -7,6 +7,7 @@ License:        GPL v2+
 Group:         Base/Kernel
 Source0:       http://linux.dell.com/dkms/permalink/%{name}-%{version}.tar.gz
 # Source0-md5: 11a8aaade2ebec2803653837c7593030
+Patch0:                kernel.conf.patch
 URL:           http://linux.dell.com/dkms/
 Requires:      bash >= 3.0
 Requires:      coreutils
@@ -53,6 +54,7 @@ Bashowe uzupełnianie parametrów dla polecenia dkms.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/kernel.conf.patch b/kernel.conf.patch
new file mode 100644
index 0000000..4754efa
--- /dev/null
+++ b/kernel.conf.patch
@@ -0,0 +1,11 @@
+--- dkms-2.2.0.3/dkms~ 2011-12-07 20:23:58.000000000 +0200
++++ dkms-2.2.0.3/dkms  2013-10-13 19:56:59.122956266 +0300
+@@ -785,7 +785,7 @@
+                    /etc/modules.conf
+                    /etc/modprobe.conf
+                    /etc/modprobe.d/$package_name.conf
+-                   /etc/sysconfig/kernel"
++                       "
+ 
+     moduleconfig_update_obsoletes $modconfig_files
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dkms.git/commitdiff/36c91343360067d280f9f160cd5fe4469881e9a7

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to