mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-09-26 21:01:42 +08:00
rpm: correctly obsolete older rpm builds
The prior change in #268 didn't completely obsolete older builds of gvisor-tap-vsock, causing installation conflicts with the official Fedora builds. This commit should correctly obsolete fedora packages. Ref: https://cirrus-ci.com/task/5730166412935168 This change should also address installation conflicts in cockpit-reverse dependency tests on podman upstream Ref: https://artifacts.dev.testing-farm.io/716a3cac-ab80-4eb8-921c-da3a784b94fb/ Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@@ -70,6 +70,8 @@ dynamic port forwarding.
|
||||
%package gvforwarder
|
||||
Summary: %{desc_gvforwarder}
|
||||
Provides: gvforwarder = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name} < 6:0.7.0-6
|
||||
Recommends: %{name} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description gvforwarder
|
||||
%{desc_gvforwarder}
|
||||
|
Reference in New Issue
Block a user