- Don't use %_libdir to discover where apache2 is living.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=23
This commit is contained in:
2025-02-17 03:15:08 +00:00
committed by Git OBS Bridge
parent 971d40e72b
commit 954bc71d44
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 17 03:14:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Don't use %_libdir to discover where apache2 is living.
-------------------------------------------------------------------
Tue Feb 4 04:07:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -106,7 +106,7 @@ sed -i '/mod_mpm_prefork.so/d' pytest_server_fixtures/httpd.py
%check
export PATH=$HOME/bin:$PATH:%{_sbindir}
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
export SERVER_FIXTURES_HTTPD_MODULES=$(ls -1d /usr/lib*/apache2)
export SERVER_FIXTURES_HTTPD=httpd
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
# gh#man-group/pytest-plugins#177