diff --git a/flashrom.spec b/flashrom.spec index 0c42db9..69c036d 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -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 0.9.2-2 +- Added missing Requires - dmidecode (for accurate board matching) + * Thu Jun 3 2010 Peter Lemenkov 0.9.2-1 - Support for new external flashers - Dozens of added flash chips, chipsets, mainboards