[cronie/f18] New release 1.4.9.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Nov 22 14:38:38 UTC 2012


commit 43b2c76ee7e31d8c8bd4dda60f76fe32a167602d
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Nov 22 15:38:30 2012 +0100

    New release 1.4.9.

 .gitignore  |    1 +
 cronie.spec |   13 +++++++------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c012c3..def4251 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cronie-1.4.7.tar.gz
 /cronie-1.4.8.tar.gz
+/cronie-1.4.9.tar.gz
diff --git a/cronie.spec b/cronie.spec
index da851c1..ccd5581 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -5,14 +5,13 @@
 
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
-Version:   1.4.8
-Release:   14%{?dist}
+Version:   1.4.9
+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:   cronie.systemd
-Patch1:    cronie-1.4.8-inotify-fix.patch
+
 Requires:  dailyjobs
 
 %if %{with selinux}
@@ -83,7 +82,6 @@ is not used as the system init process.
 
 %prep
 %setup -q
-%patch1 -p1 -b .inotify
 
 %build
 %configure \
@@ -129,7 +127,7 @@ install -m 644 contrib/dailyjobs $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/dailyjobs
 
 # install systemd initscript
 mkdir -p $RPM_BUILD_ROOT/lib/systemd/system/
-install -m 644 %SOURCE1 $RPM_BUILD_ROOT/lib/systemd/system/crond.service
+install -m 644 contrib/cronie.systemd $RPM_BUILD_ROOT/lib/systemd/system/crond.service
 # install sysvinit initscript into sub-package
 mkdir -pm755 $RPM_BUILD_ROOT%{_initrddir}
 install -m 755 cronie.init $RPM_BUILD_ROOT%{_initrddir}/crond
@@ -217,6 +215,9 @@ exit 0
 %attr(0755,root,root) %{_initrddir}/crond
 
 %changelog
+* Thu Nov 22 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.9-1
+- New release 1.4.9
+
 * Mon Oct 15 2012 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.8-14
 - remove BRs not needed anymore
 
diff --git a/sources b/sources
index 2b830f2..1824aa9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b1d2ce6db8d1883e06635f437170657  cronie-1.4.8.tar.gz
+9133195e5e6f824ef460f5ccc533f1b7  cronie-1.4.9.tar.gz


More information about the scm-commits mailing list