From 569bb440ff286e0c7574d4bfd0a3169118aaba78a4ea664f3a5e6b16731ffd8f Mon Sep 17 00:00:00 2001 From: Roman Drahtmueller Date: Fri, 14 Aug 2015 09:05:30 +0000 Subject: [PATCH] Accepting request 322551 from home:Andreas_Schwab:Factory - Remove apache2 packaging bug workaround OBS-URL: https://build.opensuse.org/request/show/322551 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=60 --- apache2-mod_perl.changes | 5 +++++ apache2-mod_perl.spec | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/apache2-mod_perl.changes b/apache2-mod_perl.changes index 97b5d1f..a56ba40 100644 --- a/apache2-mod_perl.changes +++ b/apache2-mod_perl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 13 13:59:41 UTC 2015 - schwab@suse.de + +- Remove apache2 packaging bug workaround + ------------------------------------------------------------------- Tue Aug 4 08:29:01 UTC 2015 - schwab@suse.de diff --git a/apache2-mod_perl.spec b/apache2-mod_perl.spec index b2770d8..98acfb8 100644 --- a/apache2-mod_perl.spec +++ b/apache2-mod_perl.spec @@ -110,15 +110,6 @@ make %{?_smp_mflags} # %if !0%{?qemu_user_space_build} mkdir t/run -# workaround for 32-bit where /usr/lib64/apache2-prefork is hardcoded? -cat >> t/conf/extra.conf.in <<-EOF - LoadModule authn_core_module %{_libdir}/apache2-prefork/mod_authn_core.so - LoadModule authz_core_module %{_libdir}/apache2-prefork/mod_authz_core.so - LoadModule authz_user_module %{_libdir}/apache2-prefork/mod_authz_user.so - LoadModule deflate_module %{_libdir}/apache2-prefork/mod_deflate.so - LoadModule proxy_module %{_libdir}/apache2-prefork/mod_proxy.so - LoadModule proxy_http_module %{_libdir}/apache2-prefork/mod_proxy_http.so -EOF t/TEST -start-httpd -port select -startup_timeout 720 t/TEST -run-tests || true t/TEST -stop-httpd