diff --git a/SPECS/gvisor-tap-vsock.spec b/SPECS/gvisor-tap-vsock.spec index 6d25dec..134b6ed 100644 --- a/SPECS/gvisor-tap-vsock.spec +++ b/SPECS/gvisor-tap-vsock.spec @@ -13,7 +13,7 @@ Name: gvisor-tap-vsock Epoch: 6 Version: 0.7.3 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT -Release: 2%{?dist} +Release: 3%{?dist}.alma.1 ExclusiveArch: %{golang_arches_future} Summary: Go replacement for libslirp and VPNKit URL: https://github.com/containers/%{name} @@ -77,6 +77,9 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/podman %{_libexecdir}/podman/gvforwarder %changelog +* Thu Jun 13 2024 Eduard Abdullin - 6:0.7.3-3.alma.1 +- Rebuild with latest golang + * Mon Feb 12 2024 Jindrich Novy - 6:0.7.3-2 - Add gating.yaml - Related: Jira:RHEL-2112