[supermin] +BR automake

Richard W.M. Jones rjones at fedoraproject.org
Sat Aug 3 11:17:08 UTC 2013


commit 86052d0d1428a99eed4c2b8a8ee8b81e6d5d8476
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Aug 3 12:16:55 2013 +0100

    +BR automake

 supermin.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/supermin.spec b/supermin.spec
index aad6818..f62000a 100644
--- a/supermin.spec
+++ b/supermin.spec
@@ -19,6 +19,11 @@ BuildRequires: glibc-static, zlib-static
 BuildRequires: ocaml, ocaml-findlib-devel
 BuildRequires: prelink
 
+# automake isn't actually required; however the src/.depend file gets
+# rebuilt which newer automake thinks (wrongly) means that the
+# Makefile.am has been touched and needs rebuilding.
+BuildRequires: automake
+
 Requires:      yum >= 3.2
 Requires:      yum-utils
 Requires:      supermin-helper%{?_isa} = %{version}-%{release}


More information about the scm-commits mailing list