import podman-1.6.4-24.module+el8.3.0+9348+d780f094

This commit is contained in:
CentOS Sources 2021-02-16 02:40:52 -05:00 committed by Andrew Lukoshko
parent 87395392b4
commit 5ec22074ba
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/podman-9650d89.tar.gz
SOURCES/podman-90ef753.tar.gz

View File

@ -1 +1 @@
0317eab3ed31692c54f16ab9c38373d243912e3a SOURCES/podman-9650d89.tar.gz
d1569abddfa97ffee554298f4b83e5f260d613c3 SOURCES/podman-90ef753.tar.gz

View File

@ -26,12 +26,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
%global commit0 9650d898817abf88b9341aab77a9280d420d027c
%global commit0 90ef753e901dff13d273b87524a336e3644f1f55
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: podman
Version: 1.6.4
Release: 23%{?dist}
Release: 24%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: https://%{name}.io/
@ -337,6 +337,10 @@ exit 0
%{_datadir}/%{name}/test
%changelog
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 1.6.4-24
- fix "podman exec is fragile in the presence of signals [rhel-8.3.0.z]"
- Resolves: #1913294
* Thu Sep 24 2020 Jindrich Novy <jnovy@redhat.com> - 1.6.4-23
- fix "podman run with --rm errors out/segfaults in container-tools-2.0-8.3.0"
- Resolves: #1875289