diff --git a/.cvsignore b/.cvsignore index 9ef7e37..4c79586 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -dmidecode-2.7 -dmidecode-2.7.tar.bz2 +dmidecode-2.9.tar.bz2 diff --git a/dmidecode.spec b/dmidecode.spec index 81fdad2..a95bf61 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -1,7 +1,7 @@ Summary: Tool to analyse BIOS DMI data. Name: dmidecode -Version: 2.7 -Release: %(R="$Revision: 1.25 $"; RR="${R##: }"; echo ${RR%%?}).1%{?dist} +Version: 2.9 +Release: %(R="$Revision: 1.26 $"; RR="${R##: }"; echo ${RR%%?}).1%{?dist} Epoch: 1 Group: System Environment/Base License: GPL @@ -9,11 +9,11 @@ Source0: dmidecode-%{version}.tar.bz2 URL: http://www.nongnu.org/dmidecode/ Buildroot: %{_tmppath}/%{name}-%{version}-root BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf -ExclusiveArch: i386 x86_64 +ExclusiveArch: i386 x86_64 ia64 Obsoletes: kernel-utils %description -dmidecode reports information about x86 hardware as described in the +dmidecode reports information about x86 & ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying @@ -46,6 +46,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/* %changelog +* Mon Oct 22 2007 Prarit Bhargava - 1:2.9 +- rebuild with version 2.9 * Wed Jul 12 2006 Jesse Keating - 1:2.7-1.25.1 - rebuild diff --git a/sources b/sources index 342c6eb..374b687 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7aaf44ff2501cafc33634bbaa0d2af13 dmidecode-2.7.tar.bz2 +3dac4b1817012ffebd78671473d8f56c dmidecode-2.9.tar.bz2