diff --git a/.gitignore b/.gitignore index 0bd84e4..11a9ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz -SOURCES/v3.2.3-rhel-78f0bd7.tar.gz +SOURCES/v3.2.3-rhel-47dc7d7.tar.gz diff --git a/.podman.metadata b/.podman.metadata index adedede..e918526 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz 3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz -d8c2223a025f6d931d412f10bbca1eedf99f3f4d SOURCES/v3.2.3-rhel-78f0bd7.tar.gz +634812f4067ef0cd422f7d406ae73e7935dc0f99 SOURCES/v3.2.3-rhel-47dc7d7.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 1890557..6056ab2 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -14,14 +14,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/podman %global branch v3.2.3-rhel -%global commit0 78f0bd766e0f8e0e8afd1147788b8b41af165de5 +%global commit0 47dc7d7f3ed2effe96d99b708de90a0e4f2b2b84 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.5 %global dnsnamever 1.1.1 Name: podman Version: 3.2.3 -Release: 0.10%{?dist} +Release: 0.11%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -338,6 +338,11 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Jul 29 2021 Jindrich Novy - 3.2.3-0.11 +- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel + (https://github.com/containers/podman/commit/47dc7d7) +- Related: #1954702 + * Tue Jul 27 2021 Jindrich Novy - 3.2.3-0.10 - update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel (https://github.com/containers/podman/commit/78f0bd7)