|
@@ -3,8 +3,8 @@
|
|
%bcond_without audit
|
|
%bcond_without audit
|
|
%bcond_without inotify
|
|
%bcond_without inotify
|
|
|
|
|
|
-%define ver 1.4.11
|
|
+%define ver 1.5.0
|
|
-%define rel 2
|
|
+%define rel 1
|
|
|
|
|
|
Summary: Cron daemon for executing programs at set times
|
|
Summary: Cron daemon for executing programs at set times
|
|
Name: cronie
|
|
Name: cronie
|
|
@@ -16,11 +16,7 @@ URL: https://fedorahosted.org/cronie
|
|
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
|
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
|
# from cronie 1.4.8 tarball
|
|
# from cronie 1.4.8 tarball
|
|
Source1: cronie.init
|
|
Source1: cronie.init
|
|
-#Patch0: cronie-systemd.patch
|
|
+Patch0: cronie-1.5.0-temp-name.patch
|
|
-Patch1: cronie-1.4.11-fcntl_locking.patch
|
|
|
|
-Patch2: cronie-1.4.11-pamenv.patch
|
|
|
|
-Patch3: cronie-1.4.11-man-debug.patch
|
|
|
|
-Patch4: cronie-check-config-param.patch
|
|
|
|
|
|
|
|
Requires: dailyjobs
|
|
Requires: dailyjobs
|
|
Conflicts: vixie-cron
|
|
Conflicts: vixie-cron
|
|
@@ -45,6 +41,8 @@ Requires(post): coreutils sed
|
|
Requires(post): chkconfig
|
|
Requires(post): chkconfig
|
|
Requires(preun): chkconfig
|
|
Requires(preun): chkconfig
|
|
|
|
|
|
|
|
+Obsoletes: vixie-cron <= 3.0.1
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
|
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
|
scheduled times and related tools. It is a fork of the original vixie-cron and
|
|
scheduled times and related tools. It is a fork of the original vixie-cron and
|
|
@@ -85,11 +83,7 @@ extra features.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-#%patch0 -p1
|
|
+%patch0 -p1
|
|
-%patch1 -p1
|
|
|
|
-%patch2 -p1
|
|
|
|
-%patch3 -p1
|
|
|
|
-%patch4 -p1
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -195,6 +189,12 @@ fi
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 25 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped all patches.
|
|
|
|
+- imported Patch0 from rawhide.
|
|
|
|
+- added O:vixie-cron.
|
|
|
|
+
|
|
* Thu Jun 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.11-2
|
|
* Thu Jun 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.11-2
|
|
- run chkconfig for vixie-cron in triggerpostun script
|
|
- run chkconfig for vixie-cron in triggerpostun script
|
|
|
|
|