Added missing Requires - dmidecode
This commit is contained in:
parent
a675bfca17
commit
aa1b7401f3
@ -3,7 +3,7 @@
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://flashrom.org
|
||||
@ -12,6 +12,7 @@ Source1: http://qa.coreboot.org/releases/%{name}-%{version}.tar.bz2.asc
|
||||
#Patch0: flashrom-r710-r%{svnrev}.diff
|
||||
BuildRequires: pciutils-devel
|
||||
BuildRequires: zlib-devel
|
||||
Requires: dmidecode
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# see BZ# 283491, 450273, 495226
|
||||
@ -42,6 +43,9 @@ CFLAGS="%{optflags}" %{__make} %{?_smp_mflags}
|
||||
%{_mandir}/man8/%{name}.*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 13 2010 Peter Lemenkov <lemenkov@gmail.com> 0.9.2-2
|
||||
- Added missing Requires - dmidecode (for accurate board matching)
|
||||
|
||||
* Thu Jun 3 2010 Peter Lemenkov <lemenkov@gmail.com> 0.9.2-1
|
||||
- Support for new external flashers
|
||||
- Dozens of added flash chips, chipsets, mainboards
|
||||
|
Loading…
Reference in New Issue
Block a user