More ExcludeArch

This commit is contained in:
Peter Lemenkov 2008-10-06 11:12:13 +00:00
parent 933d239ad6
commit 06421fd42e

View File

@ -2,7 +2,7 @@
Summary: Simple program for reading/writing BIOS chips content Summary: Simple program for reading/writing BIOS chips content
Name: flashrom Name: flashrom
Version: 0 Version: 0
Release: 0.12.20080928svn%{svnver}%{?dist} Release: 0.13.20080928svn%{svnver}%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom # svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom
@ -15,7 +15,7 @@ BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Lacks of <sys/io.h>, see BZ# 283491, 450273 # Lacks of <sys/io.h>, see BZ# 283491, 450273
ExcludeArch: ppc ppc64 sparc64 ExcludeArch: ppc ppc64 sparc sparcv8 sparcv9 sparcv9v sparc64 sparc64v
%description %description
Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents
@ -45,6 +45,9 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
%{_mandir}/man8/%{name}.* %{_mandir}/man8/%{name}.*
%changelog %changelog
* Mon Oct 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.13.20080928svn3602
- More ExcludeArch
* Sun Sep 28 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.12.20080928svn3602 * Sun Sep 28 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.12.20080928svn3602
- Proper support for EN29F002(A)(N)[BT] - Proper support for EN29F002(A)(N)[BT]
- Recognize the Intel EP80579 LPC flash interface - Recognize the Intel EP80579 LPC flash interface