diff --git a/.gitignore b/.gitignore index eae1a30..5283a44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz -SOURCES/v3.3-57422d2.tar.gz +SOURCES/v3.3-63269b6.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 06aa524..8fa4f3f 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 -e8e4e8321d583f5a5b98be2d3d0f1e23c8407c3c SOURCES/v3.3-57422d2.tar.gz +f230a35bddff7737ccc7348077778ac7b015a5cf SOURCES/v3.3-63269b6.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 7afcdaf..db844a2 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -17,14 +17,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/podman %global branch v3.3 -%global commit0 57422d2093e2f03c8bf5101ac2eb8eb7f281c4de +%global commit0 63269b60fe7f928c29439357177ab56242723258 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.5 %global dnsnamever 1.1.1 Name: podman Version: 3.3.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -344,6 +344,16 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Thu Aug 12 2021 Jindrich Novy - 3.3.0-4 +- update to the latest content of https://github.com/containers/podman/tree/v3.3 + (https://github.com/containers/podman/commit/63269b6) +- Related: #1934415 + +* Wed Aug 11 2021 Jindrich Novy - 3.3.0-3 +- update to the latest content of https://github.com/containers/podman/tree/v3.3 + (https://github.com/containers/podman/commit/922699f) +- Related: #1934415 + * Thu Aug 05 2021 Jindrich Novy - 3.3.0-2 - update to the latest content of https://github.com/containers/podman/tree/v3.3 (https://github.com/containers/podman/commit/57422d2)