Skip to content

Commit 80c2778

Browse files
committed
Add changelog to the spec file, correct license string.
1 parent 0356407 commit 80c2778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

retry.spec.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Name: @PACKAGE_NAME@
44
Version: @PACKAGE_VERSION@
55
Release: 1%{?dist}
66
Summary: Repeat a command until success
7-
License: ASL 2.0
7+
License: Apache-2.0
88

99
URL: https://github.com/minfrin/%{name}
1010
Source0: %{URL}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -45,6 +45,10 @@ is passed to stdout once and once only.
4545
%license COPYING
4646

4747
%changelog
48+
* Sun Jun 15 2025 Graham Leggett <[email protected]> - 1.0.6-1
49+
- Add optional jitter to the delay.
50+
- Avoid the final delay when running a command a specific number of times.
51+
- Generate the man page during the dist hook, and not at build time.
4852
* Wed Jan 04 2023 Graham Leggett <[email protected]> - 1.0.5-1
4953
- Allow multiple comma separated delay values.
5054
- End getopt parsing on first non-option argument.

0 commit comments

Comments
 (0)