[dkms] update to latest, fixes https://bugzilla.redhat.com/show_bug.cgi?id=589890

Matt Domsch mdomsch at fedoraproject.org
Tue Oct 5 05:23:19 UTC 2010


commit 217c490698e2465ecbedf339c77d03641adf1dce
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Tue Oct 5 00:23:22 2010 -0500

    update to latest, fixes https://bugzilla.redhat.com/show_bug.cgi?id=589890

 .gitignore |    2 ++
 dkms.spec  |   16 +++++++++++-----
 sources    |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a4acf9..d023e68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 dkms_2.1.0.1.orig.tar.gz
+/dkms-2.1.1.2.tar.gz
+/dkms-2.1.1.2-gitb66d7406.tar.gz
diff --git a/dkms.spec b/dkms.spec
index 8d89d79..b6805b5 100644
--- a/dkms.spec
+++ b/dkms.spec
@@ -1,7 +1,7 @@
 Summary: Dynamic Kernel Module Support Framework
 Name: dkms
-Version: 2.1.0.1
-Release: 1%{?dist}
+Version: 2.1.1.2
+Release: 1.gitb66d7406%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 BuildArch: noarch
@@ -10,7 +10,9 @@ Requires: bash > 1.99
 # because Mandriva calls this package dkms-minimal
 Provides: dkms-minimal = %{version}
 URL: http://linux.dell.com/dkms
-Source0: http://linux.dell.com/dkms/permalink/dkms_%{version}.orig.tar.gz
+#Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz
+# git checkout with HEAD b66d7406
+Source0: dkms-2.1.1.2-gitb66d7406.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora}
@@ -24,7 +26,7 @@ module RPMS as originally developed by Dell.
 
 %prep
 
-%setup -q
+%setup -q -n dkms
 %build
 
 %triggerpostun -- %{name} < 1.90.00-1
@@ -91,16 +93,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{_sbindir}/%{name}
 %{_localstatedir}/lib/%{name}
-/etc/init.d/dkms_autoinstaller
 %{_prefix}/lib/%{name}
 %{_mandir}/*/*
 %config(noreplace) %{_sysconfdir}/%{name}
 %doc sample.spec sample.conf AUTHORS COPYING README.dkms
 %doc sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
 # these dirs are for plugins - owned by other packages
+%{_initddir}/dkms_autoinstaller
 %{_sysconfdir}/kernel/postinst.d/%{name}
 %{_sysconfdir}/kernel/prerm.d/%{name}
 %{_sysconfdir}/bash_completion.d/%{name}
+%{_datadir}/apport/package-hooks/%{name}.py*
 
 %if 0%{?suse_version}
 # suse doesnt yet support /etc/kernel/{prerm.d,postinst.d}, but will fail build
@@ -122,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 [ $1 -lt 1 ] && /sbin/chkconfig dkms_autoinstaller off ||:
 
 %changelog
+* Mon Oct  4 2010 Matt Domsch <Matt_Domsch at dell.com> - 2.1.1.2-1.gitb66d7406
+- update to 2.1.1.2 plus 6 months of patches
+
 * Wed Sep  9 2009 Matt Domsch <Matt_Domsch at dell.com> - 2.1.0.1-1
 - fix mkrpm command, with thanks to Thomas Chenault.
 
diff --git a/sources b/sources
index 94f17f5..cb17ad2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efeb0f9537ccc5de9c12b66dd0ede880  dkms_2.1.0.1.orig.tar.gz
+35a85c71020ef12294c8232d3f604af1  dkms-2.1.1.2-gitb66d7406.tar.gz


More information about the scm-commits mailing list