From bb780d0373d2b4a9b16b329fc0a7d8aebbc9d202 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 09 2021 19:46:09 +0000 Subject: import podman-3.3.0-2.module+el8.5.0+12136+c1ac9593 --- diff --git a/.gitignore b/.gitignore index b4a9809..eae1a30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/main-a5de831.tar.gz SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz +SOURCES/v3.3-57422d2.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 856584f..06aa524 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ -1209a031a4471c2855e420b57741d9e3381a663b SOURCES/main-a5de831.tar.gz 4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz 3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz +e8e4e8321d583f5a5b98be2d3d0f1e23c8407c3c SOURCES/v3.3-57422d2.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 2f6c8c4..7afcdaf 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -16,15 +16,15 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/podman -%global branch main -%global commit0 a5de8314188d7376f645d8ac6c6f7a6f685b6a45 +%global branch v3.3 +%global commit0 57422d2093e2f03c8bf5101ac2eb8eb7f281c4de %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: 0.17%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -344,6 +344,40 @@ exit 0 %{_datadir}/%{name}/test %changelog +* 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) +- Related: #1934415 + +* Tue Aug 03 2021 Jindrich Novy - 3.3.0-1 +- update to 3.3.0 release and switch to the v3.3 maint branch +- Related: #1934415 + +* Mon Aug 02 2021 Jindrich Novy - 3.3.0-0.22 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/03afc91) +- Related: #1934415 + +* Fri Jul 30 2021 Jindrich Novy - 3.3.0-0.21 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/4429c7c) +- Related: #1934415 + +* Fri Jul 30 2021 Jindrich Novy - 3.3.0-0.20 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/f17b810) +- Related: #1934415 + +* Thu Jul 29 2021 Jindrich Novy - 3.3.0-0.19 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/2041731) +- Related: #1934415 + +* Thu Jul 29 2021 Jindrich Novy - 3.3.0-0.18 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/f9395dd) +- Related: #1934415 + * Wed Jul 28 2021 Jindrich Novy - 3.3.0-0.17 - update to the latest content of https://github.com/containers/podman/tree/main (https://github.com/containers/podman/commit/a5de831)