diff --git a/podman.spec b/podman.spec index a7af654..e69c571 100644 --- a/podman.spec +++ b/podman.spec @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 5.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -365,6 +365,10 @@ fi %{_datadir}/%{name}/test %changelog +* Wed Aug 07 2024 Jindrich Novy - 2:5.2.0-2 +- Add PODMAN_TESTING definition +- Related: RHEL-27608 + * Mon Aug 05 2024 Jindrich Novy - 2:5.2.0-1 - update to https://github.com/containers/podman/releases/tag/v5.2.0 - Related: RHEL-27608 diff --git a/tests/tests.yml b/tests/tests.yml index cd788d4..e8f5124 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,12 +13,14 @@ environment: PODMAN: /usr/bin/podman QUADLET: /usr/libexec/podman/quadlet + PODMAN_TESTING: /usr/bin/podman-testing - name: podman rootless package: podman environment: PODMAN: /usr/bin/podman QUADLET: /usr/libexec/podman/quadlet + PODMAN_TESTING: /usr/bin/podman-testing become: true #- name: podman-remote root