gvisor-tap-vsock-0.7.2-2.el9

- Update description - thanks to Derrick Ornelas
- Resolves: RHELPLAN-168385

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-01-31 14:32:29 +01:00
parent efe971b6d7
commit 4f317086e0

View File

@ -13,7 +13,7 @@ Name: gvisor-tap-vsock
Epoch: 6
Version: 0.7.2
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
Release: 1%{?dist}
Release: 2%{?dist}
ExclusiveArch: %{golang_arches_future}
Summary: Go replacement for libslirp and VPNKit
URL: https://github.com/containers/%{name}
@ -32,9 +32,10 @@ Provides: podman-gvproxy = %{epoch}:%{version}-%{release}
%description
A replacement for libslirp and VPNKit, written in pure Go.
It is based on the network stack of gVisor. Compared to libslirp,
gvisor-tap-vsock brings a configurable DNS server and
dynamic port forwarding.
It is based on the network stack of gVisor and is used to provide
networking for podman-machine virtual machines. Compared to libslirp,
gvisor-tap-vsock brings a configurable DNS server and dynamic
port forwarding.
%prep
%autosetup -Sgit -n %{name}-%{version}
@ -76,6 +77,10 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/podman
%{_libexecdir}/podman/gvforwarder
%changelog
* Wed Jan 31 2024 Jindrich Novy <jnovy@redhat.com> - 6:0.7.2-2
- Update description - thanks to Derrick Ornelas
- Resolves: RHELPLAN-168385
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 6:0.7.2-1
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.7.2
- Related: RHEL-2112