From 33325c0b7fd4b05238f5dcbd950ae6edfe2d664e Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Wed, 14 Mar 2018 15:33:23 +0100 Subject: [PATCH] Use autoreconf before doing build automake < 1.16 is not available on rawhide, so do autoreconf before doing a build. --- bash-completion.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash-completion.spec b/bash-completion.spec index 154dff6..7534257 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -26,7 +26,7 @@ BuildRequires: tcllib %endif # Needed for rfkill patch as it modifies Makefile.am # It should be removed while rebasing to bash-completion-2.8 -BuildRequires: automake < 1.16 +BuildRequires: automake Requires: bash >= 4.1 %description @@ -39,7 +39,7 @@ of the programmable completion feature of bash. %build # Needed for rfkill patch as it modifies Makefile.am # It should be removed while rebasing to bash-completion-2.8 -aclocal +autoreconf -fi -v %configure %make_build