File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Name: @PACKAGE_NAME@
44Version: @PACKAGE_VERSION@
55Release: 1%{?dist}
66Summary: Repeat a command until success
7- License: ASL 2.0
7+ License: Apache- 2.0
88
99URL: https://github.com/minfrin/%{name}
1010Source0: %{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.
You can’t perform that action at this time.
0 commit comments