diff --git a/.gitignore b/.gitignore index b2fc25e..74f5298 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz -SOURCES/v3.0.1-rhel-37cd5bf.tar.gz +SOURCES/v3.0.1-rhel-b084df1.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 3fb0c26..865601d 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 -5950c752f34f75f9de2f92cc00712d1337350d85 SOURCES/v3.0.1-rhel-37cd5bf.tar.gz +34cd4b09598bd21d9044aef15856a1d0b5f61086 SOURCES/v3.0.1-rhel-b084df1.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 3db053c..0d6141f 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.0.1-rhel -%global commit0 37cd5bfe145d43e8c94406224c7c252d0105e517 +%global commit0 b084df19edffb64bb7b7f4234633d9f84d9fc087 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.5 %global dnsnamever 1.1.1 Name: podman Version: 3.0.1 -Release: 13%{?dist} +Release: 15%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -338,6 +338,16 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Jan 31 2023 Jindrich Novy - 3.0.1-15 +- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel + (https://github.com/containers/podman/commit/b084df1) +- Related: #2165695 + +* Thu Sep 01 2022 Jindrich Novy - 3.0.1-14 +- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel + (https://github.com/containers/podman/commit/ab15cf1) +- Related: #2061390 + * Tue Aug 02 2022 Jindrich Novy - 3.0.1-13 - update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel (https://github.com/containers/podman/commit/37cd5bf)