[packit] 4.6.2 upstream release
Upstream tag: v4.6.2 Upstream commit: 5db42e86 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/podman.git refs/heads/*:refs/remotes/packit/* git checkout packit/4.6.2-rawhide-update-propose_downstream ```
This commit is contained in:
parent
6e02a17fe3
commit
386b867edd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1833,3 +1833,4 @@
|
|||||||
/v4.6.0-rc2.tar.gz
|
/v4.6.0-rc2.tar.gz
|
||||||
/v4.6.0.tar.gz
|
/v4.6.0.tar.gz
|
||||||
/v4.6.1.tar.gz
|
/v4.6.1.tar.gz
|
||||||
|
/v4.6.2.tar.gz
|
||||||
|
48
.packit.yaml
48
.packit.yaml
@ -2,27 +2,51 @@
|
|||||||
# See the documentation for more information:
|
# See the documentation for more information:
|
||||||
# https://packit.dev/docs/configuration/
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
# Build targets can be found at:
|
|
||||||
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
|
||||||
|
|
||||||
specfile_path: rpm/podman.spec
|
specfile_path: rpm/podman.spec
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
jobs:
|
srpm_build_deps:
|
||||||
- &copr
|
|
||||||
job: copr_build
|
|
||||||
trigger: pull_request
|
|
||||||
owner: rhcontainerbot
|
|
||||||
project: packit-builds
|
|
||||||
enable_net: true
|
|
||||||
srpm_build_deps:
|
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- <<: *copr
|
jobs:
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
enable_net: true
|
||||||
|
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
|
||||||
|
targets:
|
||||||
|
- fedora-all-x86_64
|
||||||
|
- fedora-all-aarch64
|
||||||
|
- 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"
|
||||||
|
|
||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
branch: main
|
branch: main
|
||||||
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
|
enable_net: true
|
||||||
|
|
||||||
|
- job: tests
|
||||||
|
identifier: cockpit-revdeps
|
||||||
|
trigger: pull_request
|
||||||
|
targets:
|
||||||
|
- fedora-latest-stable
|
||||||
|
- fedora-development
|
||||||
|
tf_extra_params:
|
||||||
|
environments:
|
||||||
|
- artifacts:
|
||||||
|
- type: repository-file
|
||||||
|
id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
|
||||||
|
- type: repository-file
|
||||||
|
id: https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/fedora-$releasever/rhcontainerbot-podman-next-fedora-$releasever.repo
|
||||||
|
tmt:
|
||||||
|
context:
|
||||||
|
revdeps: "yes"
|
||||||
|
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.78.2.post2+g81828af.
|
The file was generated using packit 0.79.0.post2+g93f33d9.
|
||||||
|
@ -76,7 +76,8 @@ Epoch: 5
|
|||||||
# 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: 4.6.1
|
Version: 4.6.2
|
||||||
|
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
@ -115,6 +116,7 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: shadow-utils-subid-devel
|
BuildRequires: shadow-utils-subid-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: man-db
|
||||||
BuildRequires: ostree-devel
|
BuildRequires: ostree-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (v4.6.1.tar.gz) = e875fd8f40be94a589ac2404e82e282490bdd639b75943f669feadf81a26abf9a1bf6649be7d9d2dd07e62df58af7d495c673f30c98cc27a2cf6e7892daf3f28
|
SHA512 (v4.6.2.tar.gz) = 0c89ff3df21e9ca0eb6891600eb86c47463a53bd004d1564cc4661f0ea303dc245b47467d586db29587f960d5c78e0326b7f33ef87ba95e142e3320c56ceaa99
|
||||||
SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
||||||
SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c
|
SHA512 (gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz) = 8b9e687c8be7063641839b5764787ae82561635ae6410585a3c70552bed741e6a63154f55d0209a6408861d5ee76619a765e70b2deda37d38802f6e5b57f2a4c
|
||||||
|
Loading…
Reference in New Issue
Block a user