Update to 1.37.0 upstream release
Upstream tag: v1.37.0 Upstream commit: f9de1bbd Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
2633232dd1
commit
a8b3a895e0
67
.packit.yaml
67
.packit.yaml
@ -2,47 +2,88 @@
|
|||||||
# See the documentation for more information:
|
# See the documentation for more information:
|
||||||
# https://packit.dev/docs/configuration/
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
specfile_path: rpm/buildah.spec
|
downstream_package_name: buildah
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
packages:
|
||||||
|
buildah-fedora:
|
||||||
|
pkg_tool: fedpkg
|
||||||
|
specfile_path: rpm/buildah.spec
|
||||||
|
buildah-centos:
|
||||||
|
pkg_tool: centpkg
|
||||||
|
specfile_path: rpm/buildah.spec
|
||||||
|
buildah-rhel:
|
||||||
|
specfile_path: rpm/buildah.spec
|
||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
notifications:
|
packages: [buildah-fedora]
|
||||||
|
notifications: &copr_build_failure_notification
|
||||||
failure_comment:
|
failure_comment:
|
||||||
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
enable_net: true
|
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-x86_64
|
fedora-all-x86_64: {}
|
||||||
- fedora-all-aarch64
|
fedora-all-aarch64: {}
|
||||||
- fedora-eln-x86_64
|
fedora-eln-x86_64:
|
||||||
- fedora-eln-aarch64
|
additional_repos:
|
||||||
- centos-stream+epel-next-8-x86_64
|
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
|
||||||
- centos-stream+epel-next-8-aarch64
|
fedora-eln-aarch64:
|
||||||
- centos-stream+epel-next-9-x86_64
|
additional_repos:
|
||||||
- centos-stream+epel-next-9-aarch64
|
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
||||||
additional_repos:
|
enable_net: true
|
||||||
- "copr://rhcontainerbot/podman-next"
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
packages: [buildah-centos]
|
||||||
|
notifications: *copr_build_failure_notification
|
||||||
|
targets:
|
||||||
|
- centos-stream-9-x86_64
|
||||||
|
- centos-stream-9-aarch64
|
||||||
|
- centos-stream-10-x86_64
|
||||||
|
- centos-stream-10-aarch64
|
||||||
|
enable_net: true
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
packages: [buildah-rhel]
|
||||||
|
notifications: *copr_build_failure_notification
|
||||||
|
targets:
|
||||||
|
- epel-9-x86_64
|
||||||
|
- epel-9-aarch64
|
||||||
|
enable_net: true
|
||||||
|
|
||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
packages: [buildah-fedora]
|
||||||
notifications:
|
notifications:
|
||||||
failure_comment:
|
failure_comment:
|
||||||
message: "podman-next COPR build failed. @containers/packit-build please check."
|
message: "podman-next COPR build failed. @containers/packit-build please check."
|
||||||
|
branch: main
|
||||||
owner: rhcontainerbot
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
enable_net: true
|
enable_net: true
|
||||||
|
|
||||||
|
# Sync to Fedora
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
|
packages: [buildah-fedora]
|
||||||
update_release: false
|
update_release: false
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
|
# Sync to CentOS Stream
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
packages: [buildah-centos]
|
||||||
|
update_release: false
|
||||||
|
dist_git_branches:
|
||||||
|
- c10s
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
|
@ -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.87.1.post1.dev7+g9f53ebb4.
|
The file was generated using packit 0.99.0.
|
||||||
|
@ -28,8 +28,6 @@ Name: buildah
|
|||||||
# Set different Epoch for copr
|
# Set different Epoch for copr
|
||||||
%if %{defined copr_username}
|
%if %{defined copr_username}
|
||||||
Epoch: 102
|
Epoch: 102
|
||||||
%else
|
|
||||||
Epoch: 2
|
|
||||||
%endif
|
%endif
|
||||||
# DO NOT TOUCH the Version string!
|
# DO NOT TOUCH the Version string!
|
||||||
# The TRUE source of this specfile is:
|
# The TRUE source of this specfile is:
|
||||||
@ -37,7 +35,7 @@ Epoch: 2
|
|||||||
# 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.36.0
|
Version: 1.37.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
|
||||||
@ -87,7 +85,7 @@ or
|
|||||||
%package tests
|
%package tests
|
||||||
Summary: Tests for %{name}
|
Summary: Tests for %{name}
|
||||||
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%if %{defined fedora}
|
%if %{defined fedora}
|
||||||
Requires: bats
|
Requires: bats
|
||||||
%endif
|
%endif
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.36.0.tar.gz) = feb55b0dfb3cba4e9c6776b0f4730ebb4b9ea416f507e342f3b1cbf23b2bb79d96a58622faac7a980727e6739df7e0ceddf1a9d5ae483a3c7e781f7af75d115f
|
SHA512 (v1.37.0.tar.gz) = 0c4209edce498bd96498d539380517e9641c438aadf3bc90f148abd03b22a8409ec5a23438e9d1534845652eeef283aedd328fc6fe07cc8a7789808d945c41c0
|
||||||
|
Loading…
Reference in New Issue
Block a user