forked from pool/python-pytest-server-fixtures
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user