https://bugzilla.suse.com/show_bug.cgi?id=1215689 https://bugzilla.suse.com/show_bug.cgi?id=1215689#c3 --- Comment #3 from Peter Varkoly <varkoly@suse.com> --- I do not know why but by building not all paramaters will be set suse-like: %make_build makefiles pie=yes shared=yes dynamicmaps=yes \ shlib_directory=%{_prefix}/lib/%{name} \ meta_directory=%{_prefix}/lib/%{name} \ config_directory=%{_sysconfdir}/%{name} \ SHLIB_RPATH="-Wl,-rpath,%{pf_shlib_directory} -Wl,-z,relro,-z,now" Only by the installation will all parameters modified: sh postfix-install -non-interactive \ install_root=%{buildroot} \ config_directory=%{pf_config_directory} \ daemon_directory=%{pf_daemon_directory} \ command_directory=%{pf_command_directory} \ queue_directory=/%{pf_queue_directory} \ sendmail_path=%{pf_sendmail_path} \ newaliases_path=%{pf_newaliases_path} \ mailq_path=%{pf_mailq_path} \ manpage_directory=%{_mandir} \ setgid_group=%{pf_setgid_group} \ readme_directory=%{pf_readme_directory} \ data_directory=%{pf_data_directory} As a result, the built-in values deviate from the current values. If this can be a problem for alp I can adapt the build part. -- You are receiving this mail because: You are on the CC list for the bug.