[dd_rescue] automake is required for autoreconf

Dan Horák sharkcz at fedoraproject.org
Wed Aug 27 17:37:35 UTC 2014


commit fdbac9f7f9903a72757ac3f213620cfef0abc079
Author: Dan Horák <dan at danny.cz>
Date:   Wed Aug 27 19:37:33 2014 +0200

    automake is required for autoreconf

 dd_rescue.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dd_rescue.spec b/dd_rescue.spec
index 7edff9f..89b2b63 100644
--- a/dd_rescue.spec
+++ b/dd_rescue.spec
@@ -11,7 +11,7 @@ URL:            http://www.garloff.de/kurt/linux/ddrescue/
 Source0:        http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.gz
 Source1:        http://www.kalysto.org/pkg/dd_rhelp-%{rhelp_version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  autoconf
+BuildRequires:  autoconf automake
 BuildRequires:  lzo-devel
 
 


More information about the scm-commits mailing list