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:
parent
1393e18c18
commit
98190c9e67
@ -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
|
Mon Dec 7 14:08:42 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -279,7 +279,7 @@ Requires(pre): user(wwwrun)
|
|||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "utils"
|
%if "%{flavor}" == "utils"
|
||||||
Requires: which
|
Requires: /usr/bin/which
|
||||||
Recommends: w3m
|
Recommends: w3m
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "devel"
|
%if "%{flavor}" == "devel"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user