Skip to content

Commit c8af255

Browse files
author
Damien Nadé
committed
updated, compliant with fedora koji build platform, spec file
1 parent be73160 commit c8af255

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

bash-argsparse.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Summary: An high level argument parsing library for bash
22
Name: bash-argsparse
33
Version: 1.6
4-
Release: 3%{?dist}
4+
Release: 4%{?dist}
55
License: WTFPL
66
URL: https://github.com/Anvil/bash-argsparse
77
Source0: http://argsparse.livna.org/%{name}-%{version}.tar.gz
88
BuildArch: 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

1212
Requires: bash >= 4.1
13-
Requires: /bin/getopt /bin/getent /bin/host
13+
Requires: /bin/getopt /bin/getent /usr/bin/host
1414

1515
%description
1616
An 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

0 commit comments

Comments
 (0)