SHA256
1
0
forked from pool/postfix

Accepting request 284741 from home:varkoly:branches:server:mail

- correct pf_daemon_directory in spec. This must be /usr/lib/

OBS-URL: https://build.opensuse.org/request/show/284741
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=214
This commit is contained in:
Tomáš Chvátal 2015-02-25 18:20:18 +00:00 committed by Git OBS Bridge
parent 7767f0c257
commit f5af5fc802
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