Don't try to modify areas mmap'd read-only.

This commit is contained in:
Dave Jones 2005-09-23 21:45:11 +00:00
parent 861475499e
commit 568e066aa7

View File

@ -1,7 +1,7 @@
Summary: Tool to analyse BIOS DMI data.
Name: dmidecode
Version: 2.7
Release: %(R="$Revision: 1.14 $"; RR="${R##: }"; echo ${RR%%?})
Release: %(R="$Revision: 1.15 $"; RR="${R##: }"; echo ${RR%%?})
Epoch: 1
Group: System Environment/Base
License: GPL
@ -11,11 +11,14 @@ BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
ExclusiveArch: i386 x86_64 ia64
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
@ -45,6 +48,9 @@ chmod -R a-s %{buildroot}
%endif
%changelog
* Fri Sep 23 2005 Dave Jones <davej@redhat.com>
- Don't try to modify areas mmap'd read-only.
* Mon Sep 12 2005 Dave Jones <davej@redhat.com>
- Update to upstream 2.7