diff --git a/apache2.changes b/apache2.changes index 5f4cd38..77e57be 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 9 08:00:12 UTC 2020 - Dominique Leuenberger + +- 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 diff --git a/apache2.spec b/apache2.spec index 091bed6..e67595d 100644 --- a/apache2.spec +++ b/apache2.spec @@ -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"