gvisor-tap-vsock-0.8.5-1.el10
- update to https://github.com/containers/gvisor-tap-vsock/releases/tag/v0.8.5 - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
2c4f7b3c1b
commit
e98caa339f
76
.packit.yaml
76
.packit.yaml
@ -1,76 +0,0 @@
|
||||
---
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
# podman-next COPR build targets can be found at:
|
||||
# On commit: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/gvisor-tap-vsock-next/
|
||||
|
||||
specfile_path: rpm/gvisor-tap-vsock.spec
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
packages:
|
||||
gvisor-tap-vsock-fedora:
|
||||
pkg_tool: fedpkg
|
||||
specfile_path: rpm/gvisor-tap-vsock.spec
|
||||
gvisor-tap-vsock-centos:
|
||||
pkg_tool: centpkg
|
||||
specfile_path: rpm/gvisor-tap-vsock.spec
|
||||
|
||||
srpm_build_deps:
|
||||
- make
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
packages: [gvisor-tap-vsock-fedora]
|
||||
enable_net: true
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-x86_64
|
||||
- fedora-eln-aarch64
|
||||
- fedora-eln-x86_64
|
||||
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
packages: [gvisor-tap-vsock-centos]
|
||||
enable_net: true
|
||||
targets:
|
||||
- centos-stream-10-x86_64
|
||||
- centos-stream-10-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
|
||||
# Run on commit to main branch
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
packages: [gvisor-tap-vsock-fedora]
|
||||
enable_net: true
|
||||
branch: main
|
||||
owner: rhcontainerbot
|
||||
project: podman-next
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [gvisor-tap-vsock-fedora]
|
||||
update_release: false
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [gvisor-tap-vsock-centos]
|
||||
update_release: false
|
||||
dist_git_branches:
|
||||
- c10s
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
packages: [gvisor-tap-vsock-fedora]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
packages: [gvisor-tap-vsock-fedora]
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
@ -1,3 +0,0 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.99.0.
|
||||
@ -25,7 +25,7 @@ Epoch: 6
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
|
||||
Release: 1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
@ -115,6 +115,10 @@ install -p -m0755 bin/gvforwarder %{buildroot}%{_gvisor_installdir}
|
||||
%{_gvisor_installdir}/gvforwarder
|
||||
|
||||
%changelog
|
||||
* 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-80817
|
||||
|
||||
* 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-83030
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.8.4.tar.gz) = 526c16e33c55e143a76ec8c7efca5076fc6e7806d3954a4984244d425600eb7477a1e3a49e98c4e5e84769f8a6a708ea1ec53e1aef3b16dbea7993de34bda9dd
|
||||
SHA512 (v0.8.5.tar.gz) = c50eb29d0626c28d84536ef3aa216e7f1b79560bd9b7ac03380b04ec104bfecc2f8f38d1fbad4864bc86563dd8839157a4ea01641769850a9bc9df0592d0879c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user