OBS User unknown 2006-10-02 11:37:05 +00:00 committed by Git OBS Bridge
parent db6de7c7ba
commit e19831196c

View File

@ -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 <ph10@cus.cam.ac.uk>
%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 <ph10@cus.cam.ac.uk>
%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