From 98190c9e677e21c38d351b41f4c16d21253a55ce43c81d5a5a8b6ffef5559dd4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 9 Dec 2020 08:01:33 +0000 Subject: [PATCH] - 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 --- apache2.changes | 6 ++++++ apache2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"