Browse Source

cronie-1.5.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11184 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
7041311872
1 changed files with 12 additions and 3 deletions
  1. 12 3
      c/cronie/cronie-vl.spec

+ 12 - 3
c/cronie/cronie-vl.spec

@@ -3,7 +3,7 @@
 %bcond_without audit
 %bcond_without inotify
 
-%define ver 1.5.0
+%define ver 1.5.1
 %define rel 1
 
 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
 # from cronie 1.4.8 tarball
 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
 Conflicts: vixie-cron
@@ -83,7 +85,9 @@ extra features.
 
 %prep
 %setup -q
-%patch0 -p1
+
+%patch0 -p1 -b .power
+%patch1 -p1 -b .y2038
 
 %build
 %configure \
@@ -189,6 +193,11 @@ fi
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %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
 - new upstream release.
 - dropped all patches.