podman-5.2.0-2.el9
- Add PODMAN_TESTING definition - Related: RHEL-27608 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
d28d2233bb
commit
330e4eecd9
@ -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 <jnovy@redhat.com> - 2:5.2.0-2
|
||||
- Add PODMAN_TESTING definition
|
||||
- Related: RHEL-27608
|
||||
|
||||
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.0-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.2.0
|
||||
- Related: RHEL-27608
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user