From 9c8ea33b8b6edfc737fa85b1b975f3d181b1c405 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 10 2009 20:58:18 +0000 Subject: add missing BuildRequires --- diff --git a/srecord.spec b/srecord.spec index 0f336fe..71b9338 100644 --- a/srecord.spec +++ b/srecord.spec @@ -1,6 +1,6 @@ Name: srecord Version: 1.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manipulate EPROM load files Group: Development/Tools @@ -12,7 +12,7 @@ Source0: http://downloads.sourceforge.net/srecord/srecord-%{version}.tar. Patch0: srecord-1.46-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: diffutils, sharutils, groff, boost-devel +BuildRequires: diffutils, sharutils, groff, boost-devel, libgcrypt-devel %description The SRecord package is a collection of powerful tools for manipulating @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 10 2009 Tom "spot" Callaway - 1.50-2 +- add BuildRequires: libgcrypt-devel + * Fri Jul 10 2009 Tom "spot" Callaway - 1.50-1 - update to 1.50