podman-5.1.1-1.el10
- update to https://github.com/containers/podman/releases/tag/v5.1.1 - Related: RHEL-34195 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
b54c362dc8
commit
41a1e18457
@ -52,7 +52,7 @@ 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: 5.1.0
|
Version: 5.1.1
|
||||||
# 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 (v5.1.0.tar.gz) = 0cd6b5c8031c2e8e3fdd88f97c8f08881ef08cc6401d52c973730c6b5c9e3084e124394115ad016055527e70df0bc5d916ae77ab6c6bcd0c7689a0ba9de663a4
|
SHA512 (v5.1.1.tar.gz) = e896ee97980da4a522eb865d2eacb6876dd8bc5be1488aed8bd81a81af95faa1383b176b5d236d4af0f76bc30ddad5230df3e11c59ffc6f86e5b4cf3876ff184
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
# Sigh; RHEL8 doesn't have BATS
|
# Sigh; RHEL8 doesn't have BATS
|
||||||
- name: bats | fetch and unpack tarball
|
- name: bats | fetch and unpack tarball
|
||||||
unarchive:
|
unarchive:
|
||||||
src: https://github.com/bats-core/bats-core/archive/v1.9.0.tar.gz
|
src: https://github.com/bats-core/bats-core/archive/v1.11.0.tar.gz
|
||||||
dest: /root
|
dest: /root
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: bats | install
|
- name: bats | install
|
||||||
command: ./install.sh /usr/local
|
command: ./install.sh /usr/local
|
||||||
args:
|
args:
|
||||||
chdir: /root/bats-core-1.9.0
|
chdir: /root/bats-core-1.11.0
|
||||||
|
Loading…
Reference in New Issue
Block a user