From e19831196cc616aa110959760b9c7bbb8950cb8f8c0aa9823a7dbe46b6683fbb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 2 Oct 2006 11:37:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=30 --- exim.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/exim.spec b/exim.spec index 71a9320..77985d9 100644 --- a/exim.spec +++ b/exim.spec @@ -37,7 +37,7 @@ Requires: logrotate PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils %endif Version: 4.63 -Release: 1 +Release: 9 Summary: The Exim Mail Transfer Agent, a Replacement for sendmail BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: exim-%{version}.tar.bz2 @@ -75,8 +75,8 @@ Authors: -------- Philip Hazel - %if !%{?build_with_mysql:1}0 + %description -n eximon This allows administrators to view the exim agent's mail queue and logs, and perform a variety of actions on queued messages, such as @@ -107,8 +107,8 @@ once, if at all. The rest is done by logrotate / cron.) Authors: -------- Philip Hazel -%endif +%endif %prep %setup -q -n exim-%{version} %patch @@ -182,6 +182,7 @@ cat <<-EOF > Local/Makefile INFO_DIRECTORY=%{_infodir} LOG_FILE_PATH=/var/log/exim/%%s.log EXICYCLOG_MAX=10 + SYSLOG_LOG_PID=yes COMPRESS_COMMAND=/bin/gzip COMPRESS_SUFFIX=gz ZCAT_COMMAND=/usr/bin/zcat @@ -397,8 +398,8 @@ exit 0 /usr/lib/sendmail /var/adm/fillup-templates/sysconfig.exim %dir %attr(750,root,mail) /var/log/exim - %if !%{?build_with_mysql:1}0 + %files -n eximon %defattr(-,root,root) /usr/X11R6/bin/eximon @@ -414,11 +415,15 @@ exit 0 %endif %changelog -n exim +* Mon Oct 02 2006 - poeml@suse.de +- define SYSLOG_LOG_PID in src/EDITME, so the process id is + included when logging via syslog. Pointed out by Florian Laws. * Fri Aug 04 2006 - poeml@suse.de - add support for building with mysql lookup support, by defining %%build_with_mysql at the top of the spec file [#188586] -- don't use %%name macro therefore (so another spec file can have a - different Name tag) +- don't use %%name macro in %%setup therefore (so another spec file + can have a different Name tag) +- remove stray bzcat %%{S:30} line * Thu Aug 03 2006 - poeml@suse.de - update to 4.63 * Use a glob alias rather than an array ref in eximstats generated