diff --git a/.gitignore b/.gitignore index b2df49b..993b37f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/master-f52a9ee.tar.gz SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz +SOURCES/v3.0-745fa4a.tar.gz diff --git a/.podman.metadata b/.podman.metadata index b2ba513..6a0f986 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ -bd74ca21130e837816c102a96f4b08b36af0fcd5 SOURCES/master-f52a9ee.tar.gz 4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz 3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz +6e7caf5a0cbc15f8c44b94452cad10051eeb621a SOURCES/v3.0-745fa4a.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 39fc23a..8406301 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -13,15 +13,15 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/podman -%global branch master -%global commit0 f52a9eeeea75fe84fceb6aa347888d61a5cecd59 +%global branch v3.0 +%global commit0 745fa4ac94c3ec99becd85f59d1b59c2c9765527 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.5 %global dnsnamever 1.1.1 Name: podman Version: 3.0.0 -Release: 0.21%{?dist} +Release: 0.33rc2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -341,6 +341,65 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Sun Jan 31 2021 Jindrich Novy - 3.0.0-0.33rc2 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/745fa4a) +- Related: #1883490 + +* Wed Jan 27 2021 Jindrich Novy - 3.0.0-0.32rc1 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/4dbb58d) +- Related: #1883490 + +* Tue Jan 26 2021 Jindrich Novy - 3.0.0-0.31rc1 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/dc2f4c6) +- Related: #1883490 + +* Fri Jan 22 2021 Jindrich Novy - 3.0.0-0.30rc1 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/469c203) +- Related: #1883490 + +* Thu Jan 21 2021 Jindrich Novy - 3.0.0-0.29rc1 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/4ecd2be) +- Related: #1883490 + +* Tue Jan 19 2021 Jindrich Novy - 3.0.0-0.28rc1 +- update to the latest content of https://github.com/containers/podman/tree/v3.0 + (https://github.com/containers/podman/commit/ade8a92) +- Related: #1883490 + +* Mon Jan 18 2021 Jindrich Novy - 3.0.0-0.27rc1 +- switch from master to release candidate (3.0.0-rc1) +- Related: #1883490 + +* Mon Jan 18 2021 Jindrich Novy - 3.0.0-0.26 +- update to the latest content of https://github.com/containers/podman/tree/master + (https://github.com/containers/podman/commit/5b3c7a5) +- Related: #1883490 + +* Fri Jan 15 2021 Jindrich Novy - 3.0.0-0.25 +- update to the latest content of https://github.com/containers/podman/tree/master + (https://github.com/containers/podman/commit/83ed464) +- Related: #1883490 + +* Fri Jan 15 2021 Jindrich Novy - 3.0.0-0.24 +- update to the latest content of https://github.com/containers/podman/tree/master + (https://github.com/containers/podman/commit/5a166b2) +- Related: #1883490 + +* Fri Jan 15 2021 Jindrich Novy - 3.0.0-0.23 +- update to the latest content of https://github.com/containers/podman/tree/master + (https://github.com/containers/podman/commit/3fcf346) +- Related: #1883490 + +* Thu Jan 14 2021 Jindrich Novy - 3.0.0-0.22 +- update to the latest content of https://github.com/containers/podman/tree/master + (https://github.com/containers/podman/commit/b2ac2a3) +- Related: #1883490 + * Wed Jan 13 2021 Jindrich Novy - 3.0.0-0.21 - update to the latest content of https://github.com/containers/podman/tree/master (https://github.com/containers/podman/commit/f52a9ee)