Bump release

This commit is contained in:
eabdullin 2025-06-17 14:03:25 +03:00
parent ef57dd695d
commit 2ef91892ef

View File

@ -27,7 +27,7 @@ Epoch: 6
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 0.8.5
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
Release: 1%{?dist}
Release: 2%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -115,6 +115,9 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_gvisor_installdir}
%{_gvisor_installdir}/gvforwarder
%changelog
* Tue Jun 17 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6:0.8.5-2
- Bump release
* Tue Mar 18 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.5-1
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.5
- Related: RHEL-80816