Excluded sparc64
This commit is contained in:
parent
fd3c0c2771
commit
6463c267b1
@ -1,7 +1,7 @@
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0
|
||||
Release: 0.9.20080517svn3332%{?dist}
|
||||
Release: 0.10.20080517svn3332%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||
@ -13,8 +13,8 @@ BuildRequires: pciutils-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Lacks of <sys/io.h>, see BZ# 283491
|
||||
ExcludeArch: ppc ppc64
|
||||
# Lacks of <sys/io.h>, see BZ# 283491, 450273
|
||||
ExcludeArch: ppc ppc64 sparc64
|
||||
|
||||
%description
|
||||
Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents
|
||||
@ -44,6 +44,9 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
||||
%{_mandir}/man8/%{name}.*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.10.20080517svn3332
|
||||
- Exclude sparc64
|
||||
|
||||
* Sat May 17 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.9.20080517svn3332
|
||||
- Fixed %patch0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user