diff --git a/flashrom.spec b/flashrom.spec index d827e76..e5717b8 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,7 +1,7 @@ Summary: Simple program for reading/writing BIOS chips content Name: flashrom Version: 0.9.5.2 -Release: 2.svn1530%{?dist} +Release: 3.svn1530%{?dist} License: GPLv2 Group: Applications/System URL: http://flashrom.org @@ -23,14 +23,14 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: pciutils-devel BuildRequires: zlib-devel -%ifnarch ppc ppc64 +%ifnarch ppc ppc64 %{arm} BuildRequires: dmidecode Requires: dmidecode %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # see rhbz #450273, #495226 -ExclusiveArch: %{ix86} x86_64 ppc ppc64 +ExclusiveArch: %{ix86} x86_64 ppc ppc64 %{arm} %description Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/%{name}.* %changelog +* Mon Jul 2 2012 Peter Robinson - 0.9.5.2-3.svn1530 +- Enable building on ARM + * Sun May 06 2012 Peter Lemenkov - 0.9.5.2-2.svn1530 - Updated to latest svn ver. 1530 (post-release snapshot for 0.9.5.2) - Support for w83697 family SuperIO chips