diff --git a/.gitignore b/.gitignore index e36b805..8f3b28a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz -SOURCES/v2.2.1-rhel-a0d478e.tar.gz +SOURCES/v2.2.1-rhel-14c35f6.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 6cea6f9..d1b4fcd 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 -f9f43ae663aa1cae1936a9580f8009c292259b59 SOURCES/v2.2.1-rhel-a0d478e.tar.gz +99f2a29053a110dabd22c5483fdd5726a90bfddf SOURCES/v2.2.1-rhel-14c35f6.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index f7ead48..6a0e4cc 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -22,14 +22,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/podman %global branch v2.2.1-rhel -%global commit0 a0d478edea7f775b7ce32f8eb1a01e75374486cb +%global commit0 14c35f65ae99fec3a7846651062e980e9d5326c0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.5 %global dnsnamever 1.1.1 Name: podman Version: 2.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -366,6 +366,11 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jan 06 2021 Jindrich Novy - 2.2.1-3 +- update to the latest content of https://github.com/containers/podman/tree/v2.2.1-rhel + (https://github.com/containers/podman/commit/14c35f6) +- Related: #1888571 + * Thu Dec 10 2020 Jindrich Novy - 2.2.1-2 - update to https://github.com/containers/dnsname/releases/tag/v1.1.1