Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -2,16 +2,16 @@
|
|||||||
Summary: Root crontab files used to schedule the execution of programs
|
Summary: Root crontab files used to schedule the execution of programs
|
||||||
Name: crontabs
|
Name: crontabs
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 17.%{snap_release}git%{?dist}
|
Release: 27.%{snap_release}git%{?dist}
|
||||||
License: Public Domain and GPLv2
|
License: Public Domain and GPLv2
|
||||||
URL: https://github.com/cronie-crond/crontabs
|
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
|
Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: sed
|
Requires: sed
|
||||||
Recommends: cronie
|
Suggests: cronie
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is used mainly for executing files by cron.
|
This package is used by Fedora mainly for executing files by cron.
|
||||||
|
|
||||||
The crontabs package contains root crontab files and directories.
|
The crontabs package contains root crontab files and directories.
|
||||||
You will need to install cron daemon to run the jobs from the crontabs.
|
You will need to install cron daemon to run the jobs from the crontabs.
|
||||||
@ -54,13 +54,41 @@ touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
|||||||
%{_mandir}/man4/*
|
%{_mandir}/man4/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 06 2021 Ondřej Pohořelský <opohorel@redhat.com> - 1.11-17.20190603git
|
* Fri Sep 03 2021 Jan Staněk <jstanek@redhat.com> - 1.11-26.20190603git
|
||||||
- update to the latest release
|
- Replace Recommends: cronie with weaker Suggests:
|
||||||
- add sed require
|
Resolves: rhbz#1947899
|
||||||
- remove %%clean section
|
|
||||||
- remove obsolete Group tag
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-26.20190603git
|
||||||
- fix upstream URL
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
- Resolves: rhbz#1696449, rhbz#1703982
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.11-25.20190603git
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-24.20190603git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-23.20190603git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-22.20190603git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-21.20190603git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-18.20150630git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-17.20150630git
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-16.20150630git
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-16.20150630git
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user