Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3c77fa4

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 parentdd71976 commit3c77fa4

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)

[8]ページ先頭

©2009-2025 Movatter.jp