diff --git a/gvisor-tap-vsock.spec b/gvisor-tap-vsock.spec index 0ccbe92..0ab01d8 100644 --- a/gvisor-tap-vsock.spec +++ b/gvisor-tap-vsock.spec @@ -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 - 6:0.7.2-2 +- Update description - thanks to Derrick Ornelas +- Resolves: RHELPLAN-168385 + * Fri Jan 19 2024 Jindrich Novy - 6:0.7.2-1 - update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.7.2 - Related: RHEL-2112