[packit] 1.14.0 upstream release
Upstream tag: v1.14.0 Upstream commit: 6abf96bb
This commit is contained in:
parent
f38aabc544
commit
a41265d085
1
.gitignore
vendored
1
.gitignore
vendored
@ -311,3 +311,4 @@
|
|||||||
/v1.13.1.tar.gz
|
/v1.13.1.tar.gz
|
||||||
/v1.13.2.tar.gz
|
/v1.13.2.tar.gz
|
||||||
/v1.13.3.tar.gz
|
/v1.13.3.tar.gz
|
||||||
|
/v1.14.0.tar.gz
|
||||||
|
44
.packit.yaml
44
.packit.yaml
@ -6,29 +6,41 @@
|
|||||||
# supported Fedora and CentOS Stream arches.
|
# supported Fedora and CentOS Stream arches.
|
||||||
# They do not block the current Cirrus-based workflow.
|
# They do not block the current Cirrus-based workflow.
|
||||||
|
|
||||||
# Build targets can be found at:
|
|
||||||
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
|
||||||
# and
|
|
||||||
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
|
|
||||||
|
|
||||||
specfile_path: rpm/skopeo.spec
|
specfile_path: rpm/skopeo.spec
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
jobs:
|
srpm_build_deps:
|
||||||
- &copr
|
- make
|
||||||
job: copr_build
|
|
||||||
trigger: pull_request
|
|
||||||
owner: rhcontainerbot
|
|
||||||
project: packit-builds
|
|
||||||
enable_net: true
|
|
||||||
srpm_build_deps:
|
|
||||||
- make
|
|
||||||
|
|
||||||
- <<: *copr
|
jobs:
|
||||||
# Run on commit to main branch
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
|
enable_net: true
|
||||||
|
targets:
|
||||||
|
- fedora-all-x86_64
|
||||||
|
- fedora-all-aarch64
|
||||||
|
- fedora-eln-x86_64
|
||||||
|
- fedora-eln-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
|
||||||
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman-next COPR build failed. @containers/packit-build please check."
|
||||||
branch: main
|
branch: main
|
||||||
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
|
enable_net: true
|
||||||
|
|
||||||
- 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.79.0.post2+g93f33d9.
|
The file was generated using packit 0.86.2.post1.dev2+g209847d1.
|
||||||
|
@ -43,7 +43,7 @@ Epoch: %{conditional_epoch}
|
|||||||
# 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: 1.13.3
|
Version: 1.14.0
|
||||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
# 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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.13.3.tar.gz) = 3e706b9600ec295b4abe71a5f649535ff2642889331a2958408b4852eb366d8119ec65b1f40c8b2f79b0f28e1079e2b203370422af0cc92e9d3fcf0f83c151e4
|
SHA512 (v1.14.0.tar.gz) = 59d329036a97cbeca4de20b15d9dd8adacd5201834b26ae5e5c88b05594b2a7101c22da91f22c35c07a98e41afa28f2c7103e660b3847c7f8c9691f27f4c4146
|
||||||
|
Loading…
Reference in New Issue
Block a user