Fix build dependency error on automake
bash-completion depends on automake version less than 1.16.
This commit is contained in:
parent
7a24e4ff26
commit
10ca0aa9d9
@ -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
|
||||
BuildRequires: automake < 1.16
|
||||
Requires: bash >= 4.1
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user