import podman-3.3.1-8.module+el8.5.0+12582+56d94c81

This commit is contained in:
CentOS Sources 2021-09-17 16:37:13 +00:00 committed by root
parent 1e33a9c0f7
commit 01455db20b
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ SOURCES/podman-machine-cni-afab2d8.tar.gz
SOURCES/v0.1.0.tar.gz
SOURCES/v0.1.5.tar.gz
SOURCES/v1.3.0.tar.gz
SOURCES/v3.3.1-rhel-405507a.tar.gz
SOURCES/v3.3.1-rhel-8305248.tar.gz

View File

@ -2,4 +2,4 @@
d2be14e364fef2d95c61cdac528219548640f6d4 SOURCES/v0.1.0.tar.gz
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
667dcf5bea5992e18963bac6b833053a0d8b1eaa SOURCES/v1.3.0.tar.gz
d6c846e98dbe518cd3bcafffaf04be4c75dc83ca SOURCES/v3.3.1-rhel-405507a.tar.gz
86d9c5f550f5353181a3508c33a7b0234b0de517 SOURCES/v3.3.1-rhel-8305248.tar.gz

View File

@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/podman
%global branch v3.3.1-rhel
%global commit0 405507a0bb83b2881e0c0dc9d3d5bf9aa3693b7f
%global commit0 83052484aa13c862143e6287a82d111772af046f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.5
%global dnsnamever 1.3.0
@ -29,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Name: podman
Version: 3.3.1
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -399,6 +399,11 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Mon Sep 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-8
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/8305248)
- Resolves: #2000943
* Mon Aug 30 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3.3.1-7
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/405507a)