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:
parent
7767f0c257
commit
f5af5fc802
@ -19,6 +19,11 @@ All supported releases:
|
|||||||
* Stop exponential memory allocation with virtual alias expansion
|
* Stop exponential memory allocation with virtual alias expansion
|
||||||
loops. This came to light after fixing the previous problem.
|
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
|
Thu Jan 22 09:36:09 UTC 2015 - varkoly@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#
|
#
|
||||||
%define pf_docdir %{_docdir}/%{name}-doc
|
%define pf_docdir %{_docdir}/%{name}-doc
|
||||||
%define pf_config_directory %{_sysconfdir}/%{name}
|
%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_command_directory %{_prefix}/sbin
|
||||||
%define pf_queue_directory var/spool/%{name}
|
%define pf_queue_directory var/spool/%{name}
|
||||||
%define pf_sendmail_path %{_sbindir}/sendmail
|
%define pf_sendmail_path %{_sbindir}/sendmail
|
||||||
|
Loading…
Reference in New Issue
Block a user