This commit is contained in:
Dave Jones 2005-09-24 18:13:32 +00:00
parent 991adee9a3
commit 953b5ab922

View File

@ -1,7 +1,7 @@
Summary: Tool to analyse BIOS DMI data. Summary: Tool to analyse BIOS DMI data.
Name: dmidecode Name: dmidecode
Version: 2.7 Version: 2.7
Release: %(R="$Revision: 1.16 $"; RR="${R##: }"; echo ${RR%%?}) Release: %(R="$Revision: 1.17 $"; RR="${R##: }"; echo ${RR%%?})
Epoch: 1 Epoch: 1
Group: System Environment/Base Group: System Environment/Base
License: GPL License: GPL
@ -11,14 +11,11 @@ BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
ExclusiveArch: i386 x86_64 ExclusiveArch: i386 x86_64
Obsoletes: kernel-utils Obsoletes: kernel-utils
Patch1: dmidecode.patch
%description %description
dmidecode decodes the DMI data present in x86 and IA64 BIOS's. dmidecode decodes the DMI data present in x86 and IA64 BIOS's.
%prep %prep
%setup -q -c -a 0 %setup -q -c -a 0
%patch1
%build %build
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -48,6 +45,9 @@ chmod -R a-s %{buildroot}
%endif %endif
%changelog %changelog
* Sat Sep 24 2005 Dave Jones <davej@redhat.com>
- Revert yesterdays patch, its unneeded in 2.7
* Fri Sep 23 2005 Dave Jones <davej@redhat.com> * Fri Sep 23 2005 Dave Jones <davej@redhat.com>
- Don't try to modify areas mmap'd read-only. - Don't try to modify areas mmap'd read-only.
- Don't build on ia64 any more. - Don't build on ia64 any more.