podman-3.4.3-0.3.el9

- remove -t 0 from podman gating test
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-11-16 10:00:26 +01:00
parent dad85a04c9
commit afb3f0427d
2 changed files with 6 additions and 2 deletions

View File

@ -79,7 +79,7 @@ index 44b66676eeb..7fb3e62e459 100644
$contentC" "logs -f on exitted container works"
- run_podman rm -f $cname
+ run_podman ${events_backend} rm -t 0 -f $cname
+ run_podman ${events_backend} rm -f $cname
}
@test "podman logs - --follow k8s-file" {

View File

@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1
Name: podman
Version: 3.4.3
Release: 0.2%{?dist}
Release: 0.3%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -403,6 +403,10 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Nov 16 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.3
- remove -t 0 from podman gating test
- Related: #2000051
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.2
- add BuildRequires: shadow-utils-subid-devel
- Related: #2000051