[dkms/el5] Latest update of DKMS

sunilgupta sunilgupta at fedoraproject.org
Wed Jan 11 18:38:20 UTC 2012


commit a4a8d70282fc64e9d3f2450d44c1328f38ccf448
Author: sunil <sunil at dhcppc1.(none)>
Date:   Thu Jan 12 00:07:57 2012 +0530

    Latest update of DKMS

 .gitignore |    1 +
 dkms.spec  |   27 +++++++++++++++++++++------
 sources    |    2 +-
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a4acf9..d2466cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 dkms_2.1.0.1.orig.tar.gz
+/dkms-2.2.0.3.tar.gz
diff --git a/dkms.spec b/dkms.spec
index 8d89d79..639f309 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.2.0.3
+Release: 1%{dist}
 License: GPLv2+
 Group: System Environment/Base
 BuildArch: noarch
@@ -10,8 +10,10 @@ 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
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+#Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz
+# git checkout with HEAD b66d7406
+Source0: dkms-2.2.0.3.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}.%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora}
 Requires: kernel-devel
@@ -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,18 @@ rm -rf $RPM_BUILD_ROOT
 [ $1 -lt 1 ] && /sbin/chkconfig dkms_autoinstaller off ||:
 
 %changelog
+* Tue Jan 10 2012 Sunil Gupta <Sunil_Gupta2 at dell.com> - 2.2.0.3-1
+- update to 2.2.0.3
+
+* Mon Aug 22 2011 Sunil Gupta <Sunil_Gupta2 at dell.com> - 2.2.0.2-1
+- update to 2.2.0.2 
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.1.2-2.gitb66d7406
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* 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..cd78f1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efeb0f9537ccc5de9c12b66dd0ede880  dkms_2.1.0.1.orig.tar.gz
+1bf726e59d24854cc6260522b444c8d3  dkms-2.2.0.3.tar.gz


More information about the scm-commits mailing list