[cronie] New release 1.4.12.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Sep 17 15:14:06 UTC 2014


commit 42a85548648cdf0d0f1c3c43a01f5eac2efc755d
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Sep 17 17:13:50 2014 +0200

    New release 1.4.12.

 .gitignore                       |    5 -
 correct-env.patch                |   56 -------
 cronie-1.4.10-copy-env.patch     |  172 -------------------
 cronie-1.4.10-random-delay.patch |  163 ------------------
 cronie-1.4.10-use-setenv.patch   |   27 ---
 cronie-1.4.11-kill_fd.patch      |   39 -----
 cronie-1.4.8-inotify-fix.patch   |   94 -----------
 cronie.patch                     |    6 -
 cronie.spec                      |   19 +--
 cronie.systemd                   |   11 --
 gpl-2.0.txt                      |  339 --------------------------------------
 sources                          |    2 +-
 unitfile-killprocess.patch       |   11 --
 13 files changed, 8 insertions(+), 936 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 8c1a34e..9902a1d 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -5,16 +5,12 @@
 
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
-Version:   1.4.11
-Release:   9%{?dist}
-Patch0:    correct-env.patch
-Patch1:    unitfile-killprocess.patch
-Patch2:    cronie-1.4.11-kill_fd.patch
+Version:   1.4.12
+Release:   1%{?dist}
 License:   MIT and BSD and ISC and GPLv2+
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
 Source0:   https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
-Source1:   https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 Requires:  dailyjobs
 
 %if %{with selinux}
@@ -78,11 +74,6 @@ extra features.
 
 %prep
 %setup -q
-%patch0 -p1 -b .jobenv
-%patch1 -p1
-%patch2 -p1
-
-cp %{SOURCE1} .
 
 %build
 %configure \
@@ -177,7 +168,7 @@ exit 0
 %files
 %doc AUTHORS README ChangeLog
 %{!?_licensedir:%global license %%doc}
-%license COPYING gpl-2.0.txt
+%license COPYING
 %attr(755,root,root) %{_sbindir}/crond
 %attr(4755,root,root) %{_bindir}/crontab
 %{_mandir}/man8/crond.*
@@ -209,6 +200,10 @@ exit 0
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %changelog
+* Wed Sep 17 2014 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.12-1
+- new release 1.4.12
+- remove gpl2 license, because it's part of upstream COPYING now
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.11-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index ff0cda2..255e25c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ba645cf54de17f138ef70312843862f  cronie-1.4.11.tar.gz
+199db91e514a4d75e3222d69874b132f  cronie-1.4.12.tar.gz


More information about the scm-commits mailing list