diff --git a/.gitignore b/.gitignore index 39e50cb..b30771e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.podman.metadata b/.podman.metadata index a815997..1d3cd51 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -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 diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 5f3f74d..1681423 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -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 - 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 - 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)