Accepting request 125950 from Base:System

- 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

- remove useless autmake dependency

OBS-URL: https://build.opensuse.org/request/show/125950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2012-06-26 13:16:16 +00:00 committed by Git OBS Bridge
commit 8979db0f6a
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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"