Excluded sparc64
This commit is contained in:
parent
fd3c0c2771
commit
6463c267b1
@ -1,7 +1,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.9.20080517svn3332%{?dist}
|
Release: 0.10.20080517svn3332%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||||
@ -13,11 +13,11 @@ BuildRequires: pciutils-devel
|
|||||||
BuildRequires: zlib-devel
|
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
|
# Lacks of <sys/io.h>, see BZ# 283491, 450273
|
||||||
ExcludeArch: ppc ppc64
|
ExcludeArch: ppc ppc64 sparc64
|
||||||
|
|
||||||
%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
|
||||||
and write new contents on the chips ("flash the chip").
|
and write new contents on the chips ("flash the chip").
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -44,6 +44,9 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
|||||||
%{_mandir}/man8/%{name}.*
|
%{_mandir}/man8/%{name}.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 17 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.9.20080517svn3332
|
||||||
- Fixed %patch0
|
- Fixed %patch0
|
||||||
|
|
||||||
@ -60,8 +63,8 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
|||||||
|
|
||||||
* Sat Feb 9 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.7.20080209svn3099
|
* Sat Feb 9 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.7.20080209svn3099
|
||||||
- Add board enable for VIA EPIA SP
|
- Add board enable for VIA EPIA SP
|
||||||
- support for devices using AMD Geode companion chip CS5536 that have the
|
- support for devices using AMD Geode companion chip CS5536 that have the
|
||||||
Boot ROM on NOR flash that is directly connected to FLASH_CS3 (Boot
|
Boot ROM on NOR flash that is directly connected to FLASH_CS3 (Boot
|
||||||
Flash Chip Select)
|
Flash Chip Select)
|
||||||
- Add support for the PMC Pm25LV family of SPI flash chips
|
- Add support for the PMC Pm25LV family of SPI flash chips
|
||||||
- Add ids and chip entry for Spansion S25FL016A
|
- Add ids and chip entry for Spansion S25FL016A
|
||||||
@ -81,7 +84,7 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
|||||||
- enable Acorp 6A815EPD board
|
- enable Acorp 6A815EPD board
|
||||||
|
|
||||||
* Sun Nov 18 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.5.20071118svn2967
|
* Sun Nov 18 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.5.20071118svn2967
|
||||||
- svn ver. 2967 (support for Intel 440MX systems, Fujitsu MBM29F400TC,
|
- svn ver. 2967 (support for Intel 440MX systems, Fujitsu MBM29F400TC,
|
||||||
AMD Geode CS5536)
|
AMD Geode CS5536)
|
||||||
|
|
||||||
* Sun Oct 28 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.4.20071028svn2897
|
* Sun Oct 28 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.4.20071028svn2897
|
||||||
|
Loading…
Reference in New Issue
Block a user