buildah-1.39.3-1.el10
- update to https://github.com/containers/buildah/releases/tag/v1.39.3 - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
75806b2e42
commit
6b1d799329
95
.packit.yaml
95
.packit.yaml
@ -1,95 +0,0 @@
|
|||||||
---
|
|
||||||
# See the documentation for more information:
|
|
||||||
# https://packit.dev/docs/configuration/
|
|
||||||
|
|
||||||
downstream_package_name: buildah
|
|
||||||
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:
|
|
||||||
- make
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
- job: copr_build
|
|
||||||
trigger: pull_request
|
|
||||||
packages: [buildah-fedora]
|
|
||||||
notifications: &copr_build_failure_notification
|
|
||||||
failure_comment:
|
|
||||||
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
|
||||||
targets:
|
|
||||||
fedora-all-x86_64: {}
|
|
||||||
fedora-all-aarch64: {}
|
|
||||||
fedora-eln-x86_64:
|
|
||||||
additional_repos:
|
|
||||||
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/"
|
|
||||||
fedora-eln-aarch64:
|
|
||||||
additional_repos:
|
|
||||||
- "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/aarch64/"
|
|
||||||
enable_net: true
|
|
||||||
|
|
||||||
- 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
|
|
||||||
- job: copr_build
|
|
||||||
trigger: commit
|
|
||||||
packages: [buildah-fedora]
|
|
||||||
notifications:
|
|
||||||
failure_comment:
|
|
||||||
message: "podman-next COPR build failed. @containers/packit-build please check."
|
|
||||||
branch: main
|
|
||||||
owner: rhcontainerbot
|
|
||||||
project: podman-next
|
|
||||||
enable_net: true
|
|
||||||
|
|
||||||
# Sync to Fedora
|
|
||||||
- job: propose_downstream
|
|
||||||
trigger: release
|
|
||||||
packages: [buildah-fedora]
|
|
||||||
update_release: false
|
|
||||||
dist_git_branches:
|
|
||||||
- fedora-all
|
|
||||||
|
|
||||||
# Sync to CentOS Stream
|
|
||||||
- job: propose_downstream
|
|
||||||
trigger: release
|
|
||||||
packages: [buildah-centos]
|
|
||||||
update_release: false
|
|
||||||
dist_git_branches:
|
|
||||||
- c10s
|
|
||||||
|
|
||||||
- job: koji_build
|
|
||||||
trigger: commit
|
|
||||||
dist_git_branches:
|
|
||||||
- fedora-all
|
|
||||||
|
|
||||||
- job: bodhi_update
|
|
||||||
trigger: commit
|
|
||||||
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.100.0.
|
|
@ -32,7 +32,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.39.2
|
Version: 1.39.3
|
||||||
# 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: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -171,6 +171,10 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 18 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.39.3-1
|
||||||
|
- update to https://github.com/containers/buildah/releases/tag/v1.39.3
|
||||||
|
- Related: RHEL-80817
|
||||||
|
|
||||||
* Wed Mar 05 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.39.2-1
|
* Wed Mar 05 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.39.2-1
|
||||||
- update to https://github.com/containers/buildah/releases/tag/v1.39.2
|
- update to https://github.com/containers/buildah/releases/tag/v1.39.2
|
||||||
- Related: RHEL-80817
|
- Related: RHEL-80817
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.39.2.tar.gz) = 4a95093894cc82a68b4e98003fd89c97b0e16f282b21d38d4425cc06fc8fd27c92352cf59d5e9c97c54492b773d15f9a1708a0597aa82675f8a1d30193b06167
|
SHA512 (v1.39.3.tar.gz) = 95b7e30e8e3b112ac0cc2f2378d0532bf37d1a38a1bc94e246f46408a3169ff46ac3cca587f80acdcfeea3cbfbaebaf01467329fad979b3790106bdab7da5814
|
||||||
|
Loading…
Reference in New Issue
Block a user