- Fix rpmlint errors in specfile

This commit is contained in:
Anton Arapov 2009-12-18 15:41:14 +00:00
parent c2310b347f
commit 5c614b0fdc

View File

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