File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Summary: An high level argument parsing library for bash
22Name: bash-argsparse
33Version: 1.6
4- Release: 3 %{?dist }
4+ Release: 4 %{?dist }
55License: WTFPL
66URL: https://github.com/Anvil/bash-argsparse
77Source0: http://argsparse.livna.org/%{name }-%{version }.tar.gz
88BuildArch: noarch
99# 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
1111
1212Requires: bash >= 4.1
13- Requires: /bin/getopt /bin/getent /bin/host
13+ Requires: /bin/getopt /bin/getent /usr/ bin/host
1414
1515%description
1616An high level argument parsing library for bash.
@@ -43,8 +43,12 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
4343
4444
4545%changelog
46+ * Thu Oct 9 2014 Dams <anvil[AT]livna.org> - 1.6-4
47+ - Update host path in *Requires tags.
48+
4649* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3
4750- Added more BuildRequires to allow unittest script to run correctly
51+ restricted small environments
4852
4953* Mon Sep 15 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-2
5054- Fixed date in changelog entry
You can’t perform that action at this time.
0 commit comments