From d3bee5f337b49370392b9a505eacf134d7801681 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 22 2022 08:12:47 +0000 Subject: import podman-1.6.4-36.el7_9 --- diff --git a/.gitignore b/.gitignore index f81e283..2d5d31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.6.4-rhel-aba15dd.tar.gz +SOURCES/v1.6.4-rhel-7667df8.tar.gz diff --git a/.podman.metadata b/.podman.metadata index bf1efb6..6e1c52b 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1 +1 @@ -aaf4d3b4d1d31c7129afbefdd3c11a893604b76e SOURCES/v1.6.4-rhel-aba15dd.tar.gz +c68a50eafba7c05d7510be0d30d41048b92eb7df SOURCES/v1.6.4-rhel-7667df8.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 6e74330..2ea7c3a 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -22,14 +22,14 @@ %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -%global commit0 aba15ddb66e49bdb534f2be7af621626534d8912 +%global commit0 7667df8e5f9217416daa3f62c3c48dfc06c40218 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: podman Version: 1.6.4 -Release: 32%{?dist} +Release: 36%{?dist} Summary: Manage Pods, Containers and Container Images -ExcludeArch: s390 ppc ppc64 +ExcludeArch: %{ix86} s390 ppc ppc64 License: ASL 2.0 URL: https://%{name}.io/ %if 0%{?branch:1} @@ -343,6 +343,21 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Tue Aug 16 2022 Jindrich Novy - 1.6.4-36 +- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel + (https://github.com/containers/podman/commit/7667df8) + +* Wed Jun 29 2022 Jindrich Novy - 1.6.4-35 +- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel + (https://github.com/containers/podman/commit/e330751) + +* Wed Jun 29 2022 Jindrich Novy - 1.6.4-34 +- fix RHEL7 regressions - thanks to Valentin Rothberg + +* Mon Jun 13 2022 Jindrich Novy - 1.6.4-33 +- update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel + (https://github.com/containers/podman/commit/68af661) + * Wed Apr 27 2022 Jindrich Novy - 1.6.4-32 - update to the latest content of https://github.com/containers/podman/tree/v1.6.4-rhel (https://github.com/containers/podman/commit/aba15dd)