diff --git a/dmidecode.spec b/dmidecode.spec
index a226486..728a868 100644
--- a/dmidecode.spec
+++ b/dmidecode.spec
@@ -1,21 +1,20 @@
 Summary:        Tool to analyse BIOS DMI data
 Name:           dmidecode
 Version:        2.10
-Release: %(R="$Revision: 1.38 $"; RR="${R##: }"; echo ${RR%%?})%{?dist}
-Epoch:		1
+Release: %(R="$Revision: 1.40 $"; RR="${R##: }"; echo ${RR%%?})%{?dist}
+Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
-Source0:	dmidecode-%{version}.tar.bz2
+Source0:        dmidecode-%{version}.tar.bz2
 Patch0:         dmidecode-add-hewlett-packard-to-dmioem.patch
 Patch1:         dmidecode-recognize-more-memory.patch
 Patch2:         dmidecode-add-socket-lga1366.patch
 Patch3:         dmidecode-warn-on-unsupported-smbios-version.patch
 Patch4:         dmidecode-smbios-2.6.1-updates.patch
-URL:		http://www.nongnu.org/dmidecode/
+URL:            http://www.nongnu.org/dmidecode/
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
-BuildPreReq: 	/usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
-ExclusiveArch:	%{ix86} x86_64 ia64
-Obsoletes:	kernel-utils
+BuildRequires:  /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
+ExclusiveArch:  %{ix86} x86_64 ia64
 
 %description
 dmidecode reports information about x86 & ia64 hardware as described in the
@@ -58,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Fri Dec 18 2009 Prarit Bhargava <prarit@redhat.com> - 1:2.1.0-1.40
+- Fix rpmlint errors in specfile
+
 * Fri Aug 28 2009 Jarod Wilson <jarod@redhat.com> - 1:2.10-1.39
 - Fix cache associativity mapping (was missing some commas)