Skip to content

Commit 3c77fa4

Browse files
committed
bash-argsparse.spec: update minimum required version of bash
0b2bbf6 introduced [[ -v ]] checks, which is a bash 4.2 feature: https://github.com/bminor/bash/blob/master/CHANGES#L3642
1 parent dd71976 commit 3c77fa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bash-argsparse.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BuildArch: noarch
99
# Binaries are required for unittest to perform cleanly.
1010
BuildRequires: doxygen glibc-common util-linux /usr/bin/host
1111

12-
Requires: bash >= 4.1
12+
Requires: bash >= 4.2
1313
Requires: util-linux glibc-common /usr/bin/host
1414

1515
%description
@@ -91,4 +91,3 @@ for file in argsparse argsparse-completion; do
9191

9292
* Thu Mar 14 2013 Dams <bash-argsparse[AT]livna.org> - 1.4-0
9393
- Initial build.
94-

0 commit comments

Comments
 (0)