import podman-1.6.4-28.module+el8.6.0+14442+df5e1e94
This commit is contained in:
parent
c0f15784d0
commit
231e128d6f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.6.4-rhel-bcbbbc4.tar.gz
|
||||
SOURCES/v1.6.4-rhel-c19e460.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
22b238c694a87bb760fcd7611511315f09a501c8 SOURCES/v1.6.4-rhel-bcbbbc4.tar.gz
|
||||
4797d715f4d0643c8bc8131d776440bc2129b07f SOURCES/v1.6.4-rhel-c19e460.tar.gz
|
||||
|
@ -27,12 +27,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 bcbbbc433e74476e6ec9410e422b1b6450fe7718
|
||||
%global commit0 c19e460408b69869b17635f6b4e3696578331697
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: podman
|
||||
Version: 1.6.4
|
||||
Release: 26%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -346,6 +346,17 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Thu Mar 10 2022 Jindrich Novy <jnovy@redhat.com> - 1.6.4-28
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel
|
||||
(https://github.com/containers/podman/commit/c19e460)
|
||||
- Resolves: #2060095
|
||||
|
||||
* Tue Oct 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.6.4-27
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel
|
||||
(https://github.com/containers/podman/commit/6150eb1)
|
||||
- fixes CVE-2021-3602
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Mar 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.6.4-26
|
||||
- fix regression introduced by fix of CVE-2021-20188
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel
|
||||
|
Loading…
Reference in New Issue
Block a user