From cd1a8b8a5dc86d7f55c65ae2a3b2c6f47e63f19b Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Oct 09 2017 10:46:49 +0000 Subject: Fix build failures caused by update to Makefile.am Related: #1494855 --- diff --git a/bash-completion.spec b/bash-completion.spec index 16b4ca2..ab0ecf1 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -14,6 +14,7 @@ URL: https://github.com/scop/bash-completion Source0: https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz # https://bugzilla.redhat.com/677446, see also redefine_filedir comments Patch0: %{name}-1.99-noblacklist.patch +# It should be removed while rebasing to bash-completion-2.8 Patch1: %{name}-rfkill.patch BuildArch: noarch @@ -22,6 +23,9 @@ BuildRequires: dejagnu BuildRequires: screen 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 Requires: bash >= 4.1 %description @@ -32,6 +36,9 @@ of the programmable completion feature of bash. %autosetup -p1 %build +# Needed for rfkill patch as it modifies Makefile.am +# It should be removed while rebasing to bash-completion-2.8 +aclocal %configure %make_build