SHA256
1
0
forked from pool/apache2

- Require /usr/bin/which instead of which: allow usage of busybox

variant for containers.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=176
This commit is contained in:
Dominique Leuenberger 2020-12-09 08:01:33 +00:00 committed by Git OBS Bridge
parent 1393e18c18
commit 98190c9e67
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 9 08:00:12 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
- Require /usr/bin/which instead of which: allow usage of busybox
variant for containers.
-------------------------------------------------------------------
Mon Dec 7 14:08:42 UTC 2020 - pgajdos@suse.com

View File

@ -279,7 +279,7 @@ Requires(pre): user(wwwrun)
%{?systemd_ordering}
%endif
%if "%{flavor}" == "utils"
Requires: which
Requires: /usr/bin/which
Recommends: w3m
%endif
%if "%{flavor}" == "devel"