import crontabs-1.11-17.20190603git.el8
This commit is contained in:
parent
a88cbe5451
commit
aa46938295
@ -1 +1 @@
|
|||||||
d42512b723d506b2d11c09a0ad16e295ef479886 SOURCES/crontabs-1.11-1.20150630git.tar.gz
|
b9ea464e842ee5dac1d721faa267c1a8f5e78e70 SOURCES/crontabs-1.11-20190603git.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/crontabs-1.11-1.20150630git.tar.gz
|
SOURCES/crontabs-1.11-20190603git.tar.gz
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%global snap_release 20150630git
|
%global snap_release 20190603
|
||||||
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: 16.%{snap_release}%{?dist}
|
Release: 17.%{snap_release}git%{?dist}
|
||||||
License: Public Domain and GPLv2
|
License: Public Domain and GPLv2
|
||||||
Group: System Environment/Base
|
URL: https://github.com/cronie-crond/crontabs
|
||||||
URL: https://fedorahosted.org/crontabs
|
Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz
|
||||||
Source0: https://fedorahosted.org/releases/c/r/crontabs/%{name}-%{version}-1.%{snap_release}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Requires: sed
|
||||||
Recommends: cronie
|
Recommends: cronie
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is used by Fedora mainly for executing files by cron.
|
This package is used 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.
|
||||||
@ -41,11 +41,7 @@ install -m644 ./{crontabs,run-parts}.4 $RPM_BUILD_ROOT/%{_mandir}/man4/
|
|||||||
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/
|
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/
|
||||||
touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
touch $RPM_BUILD_ROOT/etc/sysconfig/run-parts
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%config(noreplace) /etc/crontab
|
%config(noreplace) /etc/crontab
|
||||||
@ -58,6 +54,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man4/*
|
%{_mandir}/man4/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 06 2021 Ondřej Pohořelský <opohorel@redhat.com> - 1.11-17.20190603git
|
||||||
|
- update to the latest release
|
||||||
|
- add sed require
|
||||||
|
- remove %%clean section
|
||||||
|
- remove obsolete Group tag
|
||||||
|
- fix upstream URL
|
||||||
|
- Resolves: rhbz#1696449, rhbz#1703982
|
||||||
|
|
||||||
* 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