import podman-1.0.0-4.git921f98f.module+el8.1.0+4908+72a45cef

This commit is contained in:
CentOS Sources 2019-12-17 04:23:04 -05:00 committed by Andrew Lukoshko
parent a0c754932e
commit c6b62672c9

View File

@ -36,7 +36,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
Name: podman
Version: 1.0.0
Release: 3.git%{shortcommit}%{?dist}
Release: 4.git%{shortcommit}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: %{git_podman}
@ -284,6 +284,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man1/docker*.1*
%changelog
* Tue Nov 26 2019 Jindrich Novy <jnovy@redhat.com> - 1.0.0-4.git921f98f
- rebuild because of CVE-2019-9512 and CVE-2019-9514
- Resolves: #1766293, #1766321
* Thu Sep 12 2019 Jindrich Novy <jnovy@redhat.com> - 1.0.0-3.git921f98f
- Fix CVE-2019-10214 (#1734656).