diff --git a/.gitignore b/.gitignore index ee2e234..b4a9809 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/main-ec5c7c1.tar.gz +SOURCES/main-a5de831.tar.gz SOURCES/v0.1.5.tar.gz SOURCES/v1.1.1.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 2daea71..856584f 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ -229f084ccc05d522dc0c9b8aad91e67daa005b32 SOURCES/main-ec5c7c1.tar.gz +1209a031a4471c2855e420b57741d9e3381a663b SOURCES/main-a5de831.tar.gz 4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz 3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 862423a..2f6c8c4 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 main -%global commit0 ec5c7c1f6a1898dacddb6cc35802525c288b61ef +%global commit0 a5de8314188d7376f645d8ac6c6f7a6f685b6a45 %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.15%{?dist} +Release: 0.17%{?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 +* 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) +- Related: #1934415 + +* Tue Jul 27 2021 Jindrich Novy - 3.3.0-0.16 +- update to the latest content of https://github.com/containers/podman/tree/main + (https://github.com/containers/podman/commit/4f5b19c) +- Related: #1934415 + * Mon Jul 26 2021 Jindrich Novy - 3.3.0-0.15 - update to the latest content of https://github.com/containers/podman/tree/main (https://github.com/containers/podman/commit/ec5c7c1)