podman-4.4.0-0.6.el9
- add quadlet to tests - Related: #2124478 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
e05af49ae3
commit
ba79506e82
@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
Release: 0.5%{?dist}
|
Release: 0.6%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -384,6 +384,10 @@ fi
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.6
|
||||||
|
- add quadlet to tests
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
* Wed Jan 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.5
|
* Wed Jan 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.0-0.5
|
||||||
- obsolete podman-catatonit in order to not to file conflict with catatonit
|
- obsolete podman-catatonit in order to not to file conflict with catatonit
|
||||||
- Related: #2124478
|
- Related: #2124478
|
||||||
|
@ -12,14 +12,17 @@
|
|||||||
package: podman
|
package: podman
|
||||||
environment:
|
environment:
|
||||||
PODMAN: /usr/bin/podman
|
PODMAN: /usr/bin/podman
|
||||||
|
QUADLET: /usr/libexec/podman/quadlet
|
||||||
|
|
||||||
- name: podman rootless
|
- name: podman rootless
|
||||||
package: podman
|
package: podman
|
||||||
environment:
|
environment:
|
||||||
PODMAN: /usr/bin/podman
|
PODMAN: /usr/bin/podman
|
||||||
|
QUADLET: /usr/libexec/podman/quadlet
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
#- name: podman-remote root
|
#- name: podman-remote root
|
||||||
#package: podman
|
#package: podman
|
||||||
#environment:
|
#environment:
|
||||||
# PODMAN: /usr/bin/podman-remote
|
# PODMAN: /usr/bin/podman-remote
|
||||||
|
# QUADLET: /usr/libexec/podman/quadlet
|
||||||
|
Loading…
Reference in New Issue
Block a user