rpms/flashrom/devel flashrom.spec,1.25,1.26

Peter Lemenkov peter at fedoraproject.org
Sun Jun 13 12:00:46 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/flashrom/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27948

Modified Files:
	flashrom.spec 
Log Message:
Added missing Requires - dmidecode


Index: flashrom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flashrom/devel/flashrom.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- flashrom.spec	3 Jun 2010 07:47:21 -0000	1.25
+++ flashrom.spec	13 Jun 2010 12:00:45 -0000	1.26
@@ -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
 #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_m
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Sun Jun 13 2010 Peter Lemenkov <lemenkov at gmail.com> 0.9.2-2
+- Added missing Requires - dmidecode (for accurate board matching)
+
 * Thu Jun  3 2010 Peter Lemenkov <lemenkov at gmail.com> 0.9.2-1
 - Support for new external flashers
 - Dozens of added flash chips, chipsets, mainboards



More information about the scm-commits mailing list