File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Summary: An high level argument parsing library for bash
2
2
Name: bash-argsparse
3
3
Version: 1.6
4
- Release: 3 %{?dist }
4
+ Release: 4 %{?dist }
5
5
License: WTFPL
6
6
URL: https://github.com/Anvil/bash-argsparse
7
7
Source0: http://argsparse.livna.org/%{name }-%{version }.tar.gz
8
8
BuildArch: noarch
9
9
# Binaries are required for unittest to perform cleanly.
10
- BuildRequires: doxygen /bin/getopt /bin/getent /bin/host
10
+ BuildRequires: doxygen /bin/getopt /bin/getent /usr/ bin/host
11
11
12
12
Requires: bash >= 4.1
13
- Requires: /bin/getopt /bin/getent /bin/host
13
+ Requires: /bin/getopt /bin/getent /usr/ bin/host
14
14
15
15
%description
16
16
An high level argument parsing library for bash.
@@ -43,8 +43,12 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
43
43
44
44
45
45
%changelog
46
+ * Thu Oct 9 2014 Dams <anvil[AT]livna.org> - 1.6-4
47
+ - Update host path in *Requires tags.
48
+
46
49
* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3
47
50
- Added more BuildRequires to allow unittest script to run correctly
51
+ restricted small environments
48
52
49
53
* Mon Sep 15 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-2
50
54
- Fixed date in changelog entry
You can’t perform that action at this time.
0 commit comments