fix race condition in run-parts causing it to hang occasionally
also fix upstream URLs
This commit is contained in:
parent
8c5e4cd77f
commit
f92772a916
@ -1,11 +1,11 @@
|
||||
%global snap_release 20150630git
|
||||
%global snap_release 20190530
|
||||
Summary: Root crontab files used to schedule the execution of programs
|
||||
Name: crontabs
|
||||
Version: 1.11
|
||||
Release: 18.%{snap_release}%{?dist}
|
||||
Release: 19.%{snap_release}git%{?dist}
|
||||
License: Public Domain and GPLv2
|
||||
URL: https://fedorahosted.org/crontabs
|
||||
Source0: https://fedorahosted.org/releases/c/r/crontabs/%{name}-%{version}-1.%{snap_release}.tar.gz
|
||||
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
|
||||
Recommends: cronie
|
||||
|
||||
@ -22,7 +22,7 @@ Crontabs handles a basic system function, so it should be installed on
|
||||
your system.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
#empty
|
||||
@ -53,6 +53,10 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||
%{_mandir}/man4/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-18.20150630git
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user