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