Compare commits
No commits in common. "c9-beta" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v0.8.3.tar.gz
|
/*.tar.*
|
||||||
|
@ -1 +0,0 @@
|
|||||||
e17a6afcb2d48b6c5963481f51e4ebba5de10ed9 SOURCES/v0.8.3.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# recipients: jnovy, lsm5, santiago
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules: []
|
@ -25,9 +25,9 @@ Epoch: 6
|
|||||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||||
# copr and koji builds.
|
# copr and koji builds.
|
||||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||||
Version: 0.8.3
|
Version: 0.8.6
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
|
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}
|
%if %{defined golang_arches_future}
|
||||||
ExclusiveArch: %{golang_arches_future}
|
ExclusiveArch: %{golang_arches_future}
|
||||||
%else
|
%else
|
||||||
@ -115,6 +115,22 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_gvisor_installdir}
|
|||||||
%{_gvisor_installdir}/gvforwarder
|
%{_gvisor_installdir}/gvforwarder
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 11 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.6-2
|
||||||
|
- rebuild for CVE-2025-22871
|
||||||
|
- Resolves: RHEL-90035
|
||||||
|
|
||||||
|
* Fri May 09 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.6-1
|
||||||
|
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.6
|
||||||
|
- Related: RHEL-80816
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Mar 11 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.4-1
|
||||||
|
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.4
|
||||||
|
- Resolves: RHEL-83036
|
||||||
|
|
||||||
* Tue Feb 04 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.3-1
|
* Tue Feb 04 2025 Jindrich Novy <jnovy@redhat.com> - 6:0.8.3-1
|
||||||
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.3
|
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.3
|
||||||
- Related: RHEL-60277
|
- Related: RHEL-60277
|
Loading…
Reference in New Issue
Block a user