Update to 0.7.4 upstream release
Upstream tag: v0.7.4 Upstream commit: 2b36bdd7 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
1e5b82feaf
commit
7d0d2240df
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/v0.7.1.tar.gz
|
||||
/v0.7.2.tar.gz
|
||||
/v0.7.3.tar.gz
|
||||
/v0.7.4.tar.gz
|
||||
|
50
.packit.yaml
50
.packit.yaml
@ -2,61 +2,75 @@
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
# Build targets can be found at:
|
||||
# On PR: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
||||
# On commit: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
|
||||
# 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
|
||||
- centos-stream+epel-next-8-x86_64
|
||||
- centos-stream+epel-next-8-aarch64
|
||||
- centos-stream+epel-next-9-x86_64
|
||||
- centos-stream+epel-next-9-aarch64
|
||||
additional_repos:
|
||||
- "copr://rhcontainerbot/podman-next"
|
||||
|
||||
- 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
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all-s390x
|
||||
- fedora-all-x86_64
|
||||
- fedora-eln-aarch64
|
||||
- fedora-eln-ppc64le
|
||||
- fedora-eln-s390x
|
||||
- fedora-eln-x86_64
|
||||
|
||||
- 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 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.90.0.post1.dev9+g1f0325d1.
|
||||
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.7.3
|
||||
Version: 0.7.4
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
|
||||
%if %{defined autorelease}
|
||||
Release: %autorelease
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.7.3.tar.gz) = cf49a555192c869751009bfc14ef192067851ef79197307c84bf3c96a3abc3a8954fdb5d1c2490942920cc663b200fd09cf2330d976e50376c39d5da588cf471
|
||||
SHA512 (v0.7.4.tar.gz) = 4ea10ce7558fbba532d7037fb2d992feccd1d384c7488de0b2e7ad77fa9179570b2cc7a54fed5fe63779875eff5a4cc0e278640f0fa49f50255a7073a8db6315
|
||||
|
Loading…
Reference in New Issue
Block a user