import CS gvisor-tap-vsock-0.7.5-1.el9

This commit is contained in:
eabdullin 2024-09-30 15:40:40 +00:00
parent 73520b1c0e
commit dc4f573e44
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.7.3.tar.gz
SOURCES/v0.7.5.tar.gz

View File

@ -1 +1 @@
1f363879f7914a384ce198ab47871f7b333550e8 SOURCES/v0.7.3.tar.gz
eeb9cdbd83165f98f2f9198935b9fa402d848836 SOURCES/v0.7.5.tar.gz

View File

@ -11,9 +11,9 @@
Name: gvisor-tap-vsock
Epoch: 6
Version: 0.7.3
Version: 0.7.5
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
Release: 2%{?dist}
Release: 1%{?dist}
ExclusiveArch: %{golang_arches_future}
Summary: Go replacement for libslirp and VPNKit
URL: https://github.com/containers/%{name}
@ -77,6 +77,14 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_libexecdir}/podman
%{_libexecdir}/podman/gvforwarder
%changelog
* Tue Aug 27 2024 Jindrich Novy <jnovy@redhat.com> - 6:0.7.5-1
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.7.5
- Related: RHEL-27608
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 6:0.7.4-1
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.7.4
- Related: RHEL-27608
* Mon Feb 12 2024 Jindrich Novy <jnovy@redhat.com> - 6:0.7.3-2
- Add gating.yaml
- Related: Jira:RHEL-2112