Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Inspired, by the python argparse module, bash-argsparse purpose is to
replace the option-parsing and usage-describing functions commonly
rewritten in all scripts.

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


Expand Down
3 changes: 1 addition & 2 deletions bash-argsparse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BuildArch: noarch
# Binaries are required for unittest to perform cleanly.
BuildRequires: doxygen glibc-common util-linux /usr/bin/host

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

%description
Expand Down Expand Up @@ -91,4 +91,3 @@ for file in argsparse argsparse-completion; do

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