|
@@ -3,7 +3,7 @@
|
|
%bcond_without audit
|
|
%bcond_without audit
|
|
%bcond_without inotify
|
|
%bcond_without inotify
|
|
|
|
|
|
-%define ver 1.5.0
|
|
+%define ver 1.5.1
|
|
%define rel 1
|
|
%define rel 1
|
|
|
|
|
|
Summary: Cron daemon for executing programs at set times
|
|
Summary: Cron daemon for executing programs at set times
|
|
@@ -16,7 +16,9 @@ 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-1.5.0-temp-name.patch
|
|
+
|
|
|
|
+Patch0: cronie-1.5.1-power.patch
|
|
|
|
+Patch1: cronie-1.5.1-y2038.patch
|
|
|
|
|
|
Requires: dailyjobs
|
|
Requires: dailyjobs
|
|
Conflicts: vixie-cron
|
|
Conflicts: vixie-cron
|
|
@@ -83,7 +85,9 @@ extra features.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch0 -p1
|
|
+
|
|
|
|
+%patch0 -p1 -b .power
|
|
|
|
+%patch1 -p1 -b .y2038
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure \
|
|
%configure \
|
|
@@ -189,6 +193,11 @@ fi
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Sep 11 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped Patch0.
|
|
|
|
+- imported Patch0 and Patch1 from rawhide.
|
|
|
|
+
|
|
* Sat Jul 25 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.0-1
|
|
* Sat Jul 25 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped all patches.
|
|
- dropped all patches.
|