diff --git a/.cvsignore b/.cvsignore index c4fdcc5..0347a0f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ dkms-2.0.5.2.tar.gz +dkms-2.0.6.tar.gz diff --git a/dkms.spec b/dkms.spec index bdddc08..c352ea5 100644 --- a/dkms.spec +++ b/dkms.spec @@ -1,14 +1,14 @@ Summary: Dynamic Kernel Module Support Framework Name: dkms -Version: 2.0.5.2 -Release: 4%{?dist} +Version: 2.0.6 +Release: 1%{?dist} License: GPL Group: System Environment/Base BuildArch: noarch Requires: sed gawk findutils modutils tar cpio gzip grep mktemp Requires: bash > 1.99 Provides: dkms-minimal -Source0: dkms-%version.tar.gz +Source0: http://linux.dell.com/dkms/dkms-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -84,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc AUTHORS COPYING %attr(0755,root,root) /usr/sbin/dkms %attr(0755,root,root) /var/lib/dkms %attr(0755,root,root) /etc/init.d/dkms_autoinstaller @@ -100,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 4 2005 Tom "spot" Callaway 2.0.6-1 +- bump to 2.0.6 +- include COPYING AUTHORS in %%doc + * Tue May 31 2005 Tom "spot" Callaway 2.0.5.2-4 - dist tag diff --git a/sources b/sources index 39f5088..dd96da4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e3030c92d21613a726563f8b94788d1 dkms-2.0.5.2.tar.gz +51606322c10e746ae40a7ebbdeec333d dkms-2.0.6.tar.gz