Skip to content

Commit 2413f19

Browse files
authored
Merge pull request #11 from minfrin/spec
Spec file fixes
2 parents c3125c8 + af93792 commit 2413f19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

retry.spec.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is passed to stdout once and once only.
2929

3030
%prep
3131
%setup -q
32-
rm -rf %{_builddir}/%{name}-%{version}/debian
32+
3333
%build
3434
%configure
3535
%make_build
@@ -45,6 +45,9 @@ rm -rf %{_builddir}/%{name}-%{version}/debian
4545
%license COPYING
4646

4747
%changelog
48+
* Wed Jan 04 2022 Graham Leggett <[email protected]> - 1.0.5-1
49+
- Allow multiple comma separated delay values.
50+
- End getopt parsing on first non-option argument.
4851
* Tue Feb 18 2020 Graham Leggett <[email protected]> - 1.0.4-1
4952
- Fix an issue where the stdout of the retried command
5053
was not correctly captured on the second try.

0 commit comments

Comments
 (0)