import podman-3.3.1-9.module+el8.5.0+12697+018f24d7

This commit is contained in:
CentOS Sources 2021-09-22 11:26:06 +00:00 committed by root
parent 01455db20b
commit 0d353c0aee
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-8305248.tar.gz
SOURCES/v3.3.1-rhel-910b09c.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
86d9c5f550f5353181a3508c33a7b0234b0de517 SOURCES/v3.3.1-rhel-8305248.tar.gz
d1eb93515f32065e3cb5b539bf4060d8615366ac SOURCES/v3.3.1-rhel-910b09c.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 83052484aa13c862143e6287a82d111772af046f
%global commit0 910b09c2551b168efec4ac05adfa4d5b95782b54
%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: 8%{?dist}
Release: 9%{?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
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 3.3.1-9
- update to the latest content of https://github.com/containers/podman/tree/v3.3.1-rhel
(https://github.com/containers/podman/commit/910b09c)
- Related: #2000943
* 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)