Skip to content

Commit a05fe6d

Browse files
authored
Merge pull request #13 from MrAnno/fix-bash-minversion
Update minimum required version of bash in spec and readme files
2 parents 2af7bb2 + 3c77fa4 commit a05fe6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Inspired, by the python argparse module, bash-argsparse purpose is to
77
replace the option-parsing and usage-describing functions commonly
88
rewritten in all scripts.
99

10-
This library is implemented for GNU bash version >= 4.1. Prior
10+
This library is implemented for GNU bash version >= 4.2. Prior
1111
versions of bash will fail at interpreting that code.
1212

1313

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)