Am 16.07.2015 um 12:43 schrieb Tomáš Chvátal:
Well feel free to update the macros to put 0 in there on the older distros.
Like that? +++ apache-rpm-macros.spec (working copy) @@ -30,6 +30,9 @@ %define ap_localstatedir %(%{ap_apxs} -q LOCALSTATEDIR) %define ap_mmn %(MMN=$(%{ap_apxs} -q LIBEXECDIR)_MMN; test -x $MMN && $MMN) %define ap_maint_mmn %(rpm -q --provides apache2 | grep suse_maintenance_mmn) +%if "%{ap_maint_mmn}" == "" +%define ap_maint_mmn 0 +%endif %define ap_serverroot %(%{ap_apxs} -q PREFIX) %define ap_sysconfdir %(%{ap_apxs} -q SYSCONFDIR) %define ap_datadir %(%{ap_apxs} -q DATADIR) Olaf -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org