Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2011-12-06 17:58:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cronie (Old)
 and      /work/SRC/openSUSE:Factory/.cronie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cronie", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cronie/cronie.changes    2011-12-02 
09:26:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes       2011-12-06 
17:58:42.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 14:54:08 UTC 2011 - [email protected]
+
+- Add dependency on ypbind and nscd (bnc#732356)
+- Do not install generic INSTALL file.
+- Use set_permissions for newer distros.
+
+-------------------------------------------------------------------
@@ -4,0 +12,5 @@
+
+-------------------------------------------------------------------
+Tue Nov 29 17:07:07 UTC 2011 - [email protected]
+
+- Cron started before network is up [bnc#733275] 

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

Other differences:
------------------
++++++ cronie.spec ++++++
--- /var/tmp/diff_new_pack.hMQQTY/_old  2011-12-06 17:58:43.000000000 +0100
+++ /var/tmp/diff_new_pack.hMQQTY/_new  2011-12-06 17:58:43.000000000 +0100
@@ -14,15 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 # 3 : we don't need to do something with /etc/sysconfig/cron for now
 %define cron_configs 
\{/etc/init.d/cron,/etc/pam.d/crond,/etc/crontab,/etc/cron.deny,/etc/omc/srvinfo.d/cron.xml\}
 
 Name:           cronie
-BuildRequires:  audit-devel automake libselinux-devel pam-devel systemd
+BuildRequires:  audit-devel
+BuildRequires:  automake
+BuildRequires:  libselinux-devel
+BuildRequires:  pam-devel
+BuildRequires:  systemd
 Url:            https://fedorahosted.org/cronie/
-License:        MIT and BSD3c and GPL-2
+License:        BSD-3-Clause and GPL-2.0 and MIT
 Group:          System/Daemons
 Recommends:     smtp_daemon
 Recommends:     postfix
@@ -71,18 +73,15 @@
 started automatically.
 
 %package -n cron
-License:        MIT and BSD and GPLv2
 Version:        4.2
-Release:        14
+Release:        0
 Summary:        Auxiliary package
-Group:          System/Daemons
 Requires:       %{name} = %{cronie_version}-%{release}
 
 %description -n cron
 Auxiliary package, needed for proper update from vixie-cron 4.1 to cronie 1.4.4
 
 %package anacron
-License:        MIT and BSD and GPLv2
 Summary:        Utility for running regular jobs
 Group:          System/Base
 Requires:       %{name} = %{cronie_version}
@@ -172,7 +171,11 @@
        %__ln_s /bin/true /etc/init.d/cron
 fi
 %{fillup_and_insserv -y cron} 
+%if 0%{?suse_version} >= 1140
+%set_permissions /etc/crontab /usr/bin/crontab
+%else
 %run_permissions
+%endif
 %service_add_post cron.service
 
 %verifyscript
@@ -200,7 +203,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING INSTALL README ChangeLog
+%doc AUTHORS COPYING README ChangeLog
 %dir %attr(700,root,root) /var/spool/cron
 %dir %attr(700,root,root) /var/spool/cron/tabs
 %dir /var/spool/cron/lastrun

++++++ cron.service ++++++
--- /var/tmp/diff_new_pack.hMQQTY/_old  2011-12-06 17:58:43.000000000 +0100
+++ /var/tmp/diff_new_pack.hMQQTY/_new  2011-12-06 17:58:43.000000000 +0100
@@ -1,6 +1,6 @@
 [Unit]
 Description=Command Scheduler
-After=syslog.target mail-transfer-agent.target
+After=syslog.target mail-transfer-agent.target ypbind.service nscd.service 
network.target
 
 [Service]
 ExecStart=/usr/sbin/cron -n


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to