import podman-1.6.4-24.module+el8.3.0+9348+d780f094
This commit is contained in:
parent
87395392b4
commit
5ec22074ba
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/podman-9650d89.tar.gz
|
SOURCES/podman-90ef753.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
0317eab3ed31692c54f16ab9c38373d243912e3a SOURCES/podman-9650d89.tar.gz
|
d1569abddfa97ffee554298f4b83e5f260d613c3 SOURCES/podman-90ef753.tar.gz
|
||||||
|
@ -26,12 +26,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global commit0 9650d898817abf88b9341aab77a9280d420d027c
|
%global commit0 90ef753e901dff13d273b87524a336e3644f1f55
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 1.6.4
|
Version: 1.6.4
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -337,6 +337,10 @@ exit 0
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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"
|
- fix "podman run with --rm errors out/segfaults in container-tools-2.0-8.3.0"
|
||||||
- Resolves: #1875289
|
- Resolves: #1875289
|
||||||
|
Loading…
Reference in New Issue
Block a user