mirror of https://github.com/containers/podman.git
[CI:BUILD] rpm/copr: gvforwarder recommends for RHEL
We don't have a successful rhel build of gvforwarder so far on the podman-next copr, so any RHEL users of podman-next will have trouble installing podman if it's a gvforwarder is a hard dep. Switching gvforwarder to a Recommends until that's resolved. The ELN environment is an exception as it gets dependencies updated a lot quicker. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
3b39d4b082
commit
f622a2a54b
|
@ -109,7 +109,11 @@ BuildRequires: python3
|
||||||
Requires: catatonit
|
Requires: catatonit
|
||||||
Requires: conmon >= 2:2.1.7-2
|
Requires: conmon >= 2:2.1.7-2
|
||||||
Requires: containers-common-extra
|
Requires: containers-common-extra
|
||||||
|
%if %{defined rhel} && !%{defined eln}
|
||||||
|
Recommends: gvisor-tap-vsock-gvforwarder
|
||||||
|
%else
|
||||||
Requires: gvisor-tap-vsock-gvforwarder
|
Requires: gvisor-tap-vsock-gvforwarder
|
||||||
|
%endif
|
||||||
Recommends: gvisor-tap-vsock
|
Recommends: gvisor-tap-vsock
|
||||||
Provides: %{name}-quadlet
|
Provides: %{name}-quadlet
|
||||||
Obsoletes: %{name}-quadlet <= 5:4.4.0-1
|
Obsoletes: %{name}-quadlet <= 5:4.4.0-1
|
||||||
|
|
Loading…
Reference in New Issue