From e2e1a99f8280c454082d84242ce2b22b8398a036 Mon Sep 17 00:00:00 2001 From: Matt Domsch Date: Nov 08 2005 03:48:02 +0000 Subject: - Update to 2.0.8 from Gary Lerhaupt - In dkms_autoinstaller added -no-clean-kernel to builds of multiple modules to avoid mrproper - Updated dkms_mkkerneldoth to know about VMWare kernel - Changed root check on ldtarball to only care about root if it sees --force --- diff --git a/.cvsignore b/.cvsignore index c4fdcc5..78c30cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dkms-2.0.5.2.tar.gz +dkms-2.0.8.tar.gz diff --git a/dkms.spec b/dkms.spec index bf97e2e..5df5837 100644 --- a/dkms.spec +++ b/dkms.spec @@ -1,7 +1,7 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms -Version: 2.0.6 -Release: 3%{?dist} +Version: 2.0.8 +Release: 1%{?dist} License: GPL Group: System Environment/Base BuildArch: noarch @@ -10,6 +10,7 @@ Requires: bash > 1.99 Provides: dkms-minimal Source0: http://linux.dell.com/dkms/dkms-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: kernel-devel %description This package contains the framework for the Dynamic @@ -101,6 +102,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 7 2005 Matt Domsch 2.0.8-1 +- Update to 2.0.8 from Gary Lerhaupt + - In dkms_autoinstaller added -no-clean-kernel to builds of multiple + modules to avoid mrproper + - Updated dkms_mkkerneldoth to know about VMWare kernel + - Changed root check on ldtarball to only care about root if it sees + --force + * Tue Sep 13 2005 Tom "spot" Callaway 2.0.6-3 - no kernel-devel for FC-3 diff --git a/sources b/sources index dd96da4..78ab0a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51606322c10e746ae40a7ebbdeec333d dkms-2.0.6.tar.gz +06587f9312aca2a6070eb946abe6baa4 dkms-2.0.8.tar.gz