Skip to content

Commit

Permalink
Merge pull request #11 from minfrin/spec
Browse files Browse the repository at this point in the history
Spec file fixes
  • Loading branch information
minfrin authored Jan 4, 2023
2 parents c3125c8 + af93792 commit 2413f19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion retry.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ is passed to stdout once and once only.

%prep
%setup -q
rm -rf %{_builddir}/%{name}-%{version}/debian

%build
%configure
%make_build
Expand All @@ -45,6 +45,9 @@ rm -rf %{_builddir}/%{name}-%{version}/debian
%license COPYING

%changelog
* Wed Jan 04 2022 Graham Leggett <minfrin@sharp.fm> - 1.0.5-1
- Allow multiple comma separated delay values.
- End getopt parsing on first non-option argument.
* Tue Feb 18 2020 Graham Leggett <minfrin@sharp.fm> - 1.0.4-1
- Fix an issue where the stdout of the retried command
was not correctly captured on the second try.
Expand Down

0 comments on commit 2413f19

Please sign in to comment.