This commit is contained in:
parent
db6de7c7ba
commit
e19831196c
17
exim.spec
17
exim.spec
@ -37,7 +37,7 @@ Requires: logrotate
|
|||||||
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils
|
PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.63
|
Version: 4.63
|
||||||
Release: 1
|
Release: 9
|
||||||
Summary: The Exim Mail Transfer Agent, a Replacement for sendmail
|
Summary: The Exim Mail Transfer Agent, a Replacement for sendmail
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: exim-%{version}.tar.bz2
|
Source: exim-%{version}.tar.bz2
|
||||||
@ -75,8 +75,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Philip Hazel <ph10@cus.cam.ac.uk>
|
Philip Hazel <ph10@cus.cam.ac.uk>
|
||||||
|
|
||||||
|
|
||||||
%if !%{?build_with_mysql:1}0
|
%if !%{?build_with_mysql:1}0
|
||||||
|
|
||||||
%description -n eximon
|
%description -n eximon
|
||||||
This allows administrators to view the exim agent's mail queue and
|
This allows administrators to view the exim agent's mail queue and
|
||||||
logs, and perform a variety of actions on queued messages, such as
|
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:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Philip Hazel <ph10@cus.cam.ac.uk>
|
Philip Hazel <ph10@cus.cam.ac.uk>
|
||||||
%endif
|
|
||||||
|
|
||||||
|
%endif
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n exim-%{version}
|
%setup -q -n exim-%{version}
|
||||||
%patch
|
%patch
|
||||||
@ -182,6 +182,7 @@ cat <<-EOF > Local/Makefile
|
|||||||
INFO_DIRECTORY=%{_infodir}
|
INFO_DIRECTORY=%{_infodir}
|
||||||
LOG_FILE_PATH=/var/log/exim/%%s.log
|
LOG_FILE_PATH=/var/log/exim/%%s.log
|
||||||
EXICYCLOG_MAX=10
|
EXICYCLOG_MAX=10
|
||||||
|
SYSLOG_LOG_PID=yes
|
||||||
COMPRESS_COMMAND=/bin/gzip
|
COMPRESS_COMMAND=/bin/gzip
|
||||||
COMPRESS_SUFFIX=gz
|
COMPRESS_SUFFIX=gz
|
||||||
ZCAT_COMMAND=/usr/bin/zcat
|
ZCAT_COMMAND=/usr/bin/zcat
|
||||||
@ -397,8 +398,8 @@ exit 0
|
|||||||
/usr/lib/sendmail
|
/usr/lib/sendmail
|
||||||
/var/adm/fillup-templates/sysconfig.exim
|
/var/adm/fillup-templates/sysconfig.exim
|
||||||
%dir %attr(750,root,mail) /var/log/exim
|
%dir %attr(750,root,mail) /var/log/exim
|
||||||
|
|
||||||
%if !%{?build_with_mysql:1}0
|
%if !%{?build_with_mysql:1}0
|
||||||
|
|
||||||
%files -n eximon
|
%files -n eximon
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/X11R6/bin/eximon
|
/usr/X11R6/bin/eximon
|
||||||
@ -414,11 +415,15 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog -n exim
|
%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
|
* Fri Aug 04 2006 - poeml@suse.de
|
||||||
- add support for building with mysql lookup support, by defining
|
- add support for building with mysql lookup support, by defining
|
||||||
%%build_with_mysql at the top of the spec file [#188586]
|
%%build_with_mysql at the top of the spec file [#188586]
|
||||||
- don't use %%name macro therefore (so another spec file can have a
|
- don't use %%name macro in %%setup therefore (so another spec file
|
||||||
different Name tag)
|
can have a different Name tag)
|
||||||
|
- remove stray bzcat %%{S:30} line
|
||||||
* Thu Aug 03 2006 - poeml@suse.de
|
* Thu Aug 03 2006 - poeml@suse.de
|
||||||
- update to 4.63
|
- update to 4.63
|
||||||
* Use a glob alias rather than an array ref in eximstats generated
|
* Use a glob alias rather than an array ref in eximstats generated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user