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
|
%endif
|
||||||
# Needed for rfkill patch as it modifies Makefile.am
|
# Needed for rfkill patch as it modifies Makefile.am
|
||||||
# It should be removed while rebasing to bash-completion-2.8
|
# It should be removed while rebasing to bash-completion-2.8
|
||||||
BuildRequires: automake
|
BuildRequires: automake < 1.16
|
||||||
Requires: bash >= 4.1
|
Requires: bash >= 4.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user