From 953b5ab922f84b52b145422b3fb790ab9fdff409 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sep 24 2005 18:13:32 +0000 Subject: revert --- diff --git a/dmidecode.spec b/dmidecode.spec index 4ded6be..d7666b8 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.16 $"; RR="${R##: }"; echo ${RR%%?}) +Release: %(R="$Revision: 1.17 $"; RR="${R##: }"; echo ${RR%%?}) Epoch: 1 Group: System Environment/Base License: GPL @@ -11,14 +11,11 @@ BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf ExclusiveArch: i386 x86_64 Obsoletes: kernel-utils -Patch1: dmidecode.patch - %description dmidecode decodes the DMI data present in x86 and IA64 BIOS's. %prep %setup -q -c -a 0 -%patch1 %build rm -rf $RPM_BUILD_ROOT @@ -48,6 +45,9 @@ chmod -R a-s %{buildroot} %endif %changelog +* Sat Sep 24 2005 Dave Jones +- Revert yesterdays patch, its unneeded in 2.7 + * Fri Sep 23 2005 Dave Jones - Don't try to modify areas mmap'd read-only. - Don't build on ia64 any more.