SHA256
1
0
forked from pool/postfix

Accepting request 287771 from server:mail

1

OBS-URL: https://build.opensuse.org/request/show/287771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=123
This commit is contained in:
2015-03-03 10:09:26 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ All supported releases:
* Stop exponential memory allocation with virtual alias expansion
loops. This came to light after fixing the previous problem.
-------------------------------------------------------------------
Sun Feb 8 13:08:36 UTC 2015 - varkoly@suse.com
- correct pf_daemon_directory in spec. This must be /usr/lib/
-------------------------------------------------------------------
Thu Jan 22 09:36:09 UTC 2015 - varkoly@suse.com

View File

@@ -21,7 +21,7 @@
#
%define pf_docdir %{_docdir}/%{name}-doc
%define pf_config_directory %{_sysconfdir}/%{name}
%define pf_daemon_directory %{_libexecdir}/%{name}
%define pf_daemon_directory /usr/lib/%{name}
%define pf_command_directory %{_prefix}/sbin
%define pf_queue_directory var/spool/%{name}
%define pf_sendmail_path %{_sbindir}/sendmail