diff --git a/cronie.changes b/cronie.changes index a2df933..1c2f6b1 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jun 25 10:38:29 UTC 2012 - coolo@suse.com + +- the recommends for postfix was from a time when smtp_daemon + was required, now that smtp_daemon is recommended, the recommend + for postfix is between useless and harmful - so reduce it to a suggests + +------------------------------------------------------------------- +Wed May 30 14:49:41 UTC 2012 - sweet_f_a@gmx.de + +- remove useless autmake dependency + ------------------------------------------------------------------- Tue Apr 10 14:28:34 UTC 2012 - tabraham@novell.com diff --git a/cronie.spec b/cronie.spec index 791fd66..de32f25 100644 --- a/cronie.spec +++ b/cronie.spec @@ -21,13 +21,12 @@ Name: cronie BuildRequires: audit-devel -BuildRequires: automake BuildRequires: libselinux-devel BuildRequires: pam-devel BuildRequires: systemd Url: https://fedorahosted.org/cronie/ Recommends: smtp_daemon -Recommends: postfix +Suggests: postfix PreReq: permissions %fillup_prereq %insserv_prereq cron sysvinit(syslog) %{?systemd_requires} Version: 1.4.8 @@ -104,7 +103,6 @@ overloaded in settings. cp %{S:7} ./cron_to_cronie.README %build -autoreconf -fiv # 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}\\\"" export LDFLAGS="-Wl,-z,relro,-z,now,-z,defs"