fix regression from the previous release (#1716114)
This commit is contained in:
parent
f92772a916
commit
ed251e5451
@ -1,12 +1,13 @@
|
||||
%global snap_release 20190530
|
||||
%global snap_release 20190603
|
||||
Summary: Root crontab files used to schedule the execution of programs
|
||||
Name: crontabs
|
||||
Version: 1.11
|
||||
Release: 19.%{snap_release}git%{?dist}
|
||||
Release: 20.%{snap_release}git%{?dist}
|
||||
License: Public Domain and GPLv2
|
||||
URL: https://github.com/cronie-crond/crontabs
|
||||
Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: sed
|
||||
Recommends: cronie
|
||||
|
||||
%description
|
||||
@ -53,6 +54,9 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
%{_mandir}/man4/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 3 2019 Tomáš Mráz <tmraz@redhat.com> - 1.11-20.20190603git
|
||||
- fix regression from the previous release (#1716114)
|
||||
|
||||
* Thu May 30 2019 Tomáš Mráz <tmraz@redhat.com> - 1.11-19.20190530git
|
||||
- fix race condition in run-parts causing it to hang occasionally
|
||||
- fix upstream URLs
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (crontabs-1.11-20190530git.tar.gz) = eeb9bd45072bc194a892e32f147f5e2eb599b2d7684fd7bbdfad5ebaf3321a71b10d185532c053e7c12368c8aa4595ae7194cb46ffdb7b7d6f3a9a76fd5a931c
|
||||
SHA512 (crontabs-1.11-20190603git.tar.gz) = 1f0dae337c9dcd07cbc20bdc2c596f4e6aa314c025329fa5d2d53048cf84ba1e0c82bb0b66fefb7333aa58290d421debe0aaf8bf5d6733ddd4442d9ad668a945
|
||||
|
Loading…
Reference in New Issue
Block a user