From 41a1e184570409130513af6560f76a486c3a1502 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 10 Jun 2024 11:52:32 +0200 Subject: [PATCH] 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 --- podman.spec | 2 +- sources | 2 +- tests/roles/bats_installed/tasks/main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/podman.spec b/podman.spec index 101de26..3b48aac 100644 --- a/podman.spec +++ b/podman.spec @@ -52,7 +52,7 @@ Epoch: 5 # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # 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 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: %autorelease diff --git a/sources b/sources index 3eeb0b0..078ea8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v5.1.0.tar.gz) = 0cd6b5c8031c2e8e3fdd88f97c8f08881ef08cc6401d52c973730c6b5c9e3084e124394115ad016055527e70df0bc5d916ae77ab6c6bcd0c7689a0ba9de663a4 +SHA512 (v5.1.1.tar.gz) = e896ee97980da4a522eb865d2eacb6876dd8bc5be1488aed8bd81a81af95faa1383b176b5d236d4af0f76bc30ddad5230df3e11c59ffc6f86e5b4cf3876ff184 diff --git a/tests/roles/bats_installed/tasks/main.yml b/tests/roles/bats_installed/tasks/main.yml index 20a73f3..ed3b2c7 100644 --- a/tests/roles/bats_installed/tasks/main.yml +++ b/tests/roles/bats_installed/tasks/main.yml @@ -2,11 +2,11 @@ # Sigh; RHEL8 doesn't have BATS - name: bats | fetch and unpack tarball 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 remote_src: true - name: bats | install command: ./install.sh /usr/local args: - chdir: /root/bats-core-1.9.0 + chdir: /root/bats-core-1.11.0