podman-5.2.3-2.el9

- require tmt+provision-container instead of tmt-provision-container
- Resolves: RHEL-16374

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-10-02 13:22:54 +02:00
parent ea293e1507
commit a8dbed5c1e
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 2 Epoch: 2
Name: podman Name: podman
Version: 5.2.3 Version: 5.2.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Manage Pods, Containers and Container Images 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 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/ URL: https://%{name}.io/
@ -365,6 +365,10 @@ fi
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Wed Oct 02 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.3-2
- require tmt+provision-container instead of tmt-provision-container
- Resolves: RHEL-16374
* Thu Sep 26 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.3-1 * Thu Sep 26 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.3-1
- update to https://github.com/containers/podman/releases/tag/v5.2.3 - update to https://github.com/containers/podman/releases/tag/v5.2.3
- Related: RHEL-59620 - Related: RHEL-59620

View File

@ -1,6 +1,6 @@
summary: Make sure that container provision works summary: Make sure that container provision works
require: require:
- tmt-provision-container - tmt+provision-container
test: test:
tmt run --verbose --remove tmt run --verbose --remove
provision --how container --image fedora provision --how container --image fedora