Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2013-09-13 14:44:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cronie (Old)
 and      /work/SRC/openSUSE:Factory/.cronie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cronie"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cronie/cronie.changes    2013-04-17 
18:22:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes       2013-09-13 
14:44:02.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Sep 10 21:30:58 UTC 2013 - [email protected]
+
+- define PIDIDIR to "/run" instead of the (outdated) definition 
+  coming from glibc "paths.h"
+- systemd: there is no mail-transfer-agent target anymore, services
+  must be ordered After= a list of possible MTA.
+
+-------------------------------------------------------------------

New:
----
  cronie-piddir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.YbQlnj/_old  2013-09-13 14:44:02.000000000 +0200
+++ /var/tmp/diff_new_pack.YbQlnj/_new  2013-09-13 14:44:02.000000000 +0200
@@ -60,6 +60,7 @@
 Patch10:        cronie-nofork-nopid.patch
 # PATCH-FIX-UPSTREAM bnc#786096
 Patch11:        bug-786096_cronie-fdleak.diff
+Patch12:        cronie-piddir.patch
 Conflicts:      cron <= 4.1
 # When finish update protection of sles11 we could uncomment line bellow and 
drop all
 # ugly hacks with subpackage cron needed for proper update proces
@@ -106,6 +107,7 @@
 cp %{S:7} ./cron_to_cronie.README
 %patch10
 %patch11 -p1 
+%patch12 -p1
 %build
 # fill macro CRON_VERSION it is used in top three lines of crontab file,should 
be reworked
 export CFLAGS="$RPM_OPT_FLAGS -DCRON_VERSION=\\\"%{version}\\\""

++++++ cron.service ++++++
--- /var/tmp/diff_new_pack.YbQlnj/_old  2013-09-13 14:44:02.000000000 +0200
+++ /var/tmp/diff_new_pack.YbQlnj/_new  2013-09-13 14:44:02.000000000 +0200
@@ -1,6 +1,7 @@
 [Unit]
 Description=Command Scheduler
-After=mail-transfer-agent.target ypbind.service nscd.service network.target
+After=ypbind.service nscd.service network.target
+After=postfix.service sendmail.service exim.service
 
 [Service]
 ExecStart=/usr/sbin/cron -n


++++++ cronie-piddir.patch ++++++
--- cronie-1.4.8.orig/src/pathnames.h
+++ cronie-1.4.8/src/pathnames.h
@@ -37,7 +37,7 @@
                         * (Don't ask why the default is "/etc/".)
                         */
 #ifdef _PATH_VARRUN
-# define PIDDIR        _PATH_VARRUN
+# define PIDDIR        "/run/"
 #else
 # define PIDDIR SYSCONFDIR "/"
 #endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to