More ExcludeArch
This commit is contained in:
parent
933d239ad6
commit
06421fd42e
@ -2,7 +2,7 @@
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0
|
||||
Release: 0.12.20080928svn%{svnver}%{?dist}
|
||||
Release: 0.13.20080928svn%{svnver}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
# 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)
|
||||
|
||||
# Lacks of <sys/io.h>, see BZ# 283491, 450273
|
||||
ExcludeArch: ppc ppc64 sparc64
|
||||
ExcludeArch: ppc ppc64 sparc sparcv8 sparcv9 sparcv9v sparc64 sparc64v
|
||||
|
||||
%description
|
||||
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}.*
|
||||
|
||||
%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
|
||||
- Proper support for EN29F002(A)(N)[BT]
|
||||
- Recognize the Intel EP80579 LPC flash interface
|
||||
|
Loading…
Reference in New Issue
Block a user