From 17d2d3be4b1067d5b971d71b389232915ff3135d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 4 Aug 2023 20:18:13 +0300 Subject: [PATCH] import podman-4.4.1-12.el9_2 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6a8a698..e399a9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/dnsname-18822f9.tar.gz SOURCES/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v4.4.1-rhel-aa5db47.tar.gz +SOURCES/v4.4.1-rhel-ff30585.tar.gz diff --git a/.podman.metadata b/.podman.metadata index e6c747e..8504933 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,4 +1,4 @@ 00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz 6061718236f43608692d0f363e8cf72f3cc5ecb8 SOURCES/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -d006654552ecec1615b2a25ad95d87ae950759f8 SOURCES/v4.4.1-rhel-aa5db47.tar.gz +a2c1ee01f0b32a73d6ad661ab2af6cc615b812a1 SOURCES/v4.4.1-rhel-ff30585.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 9536fa4..dba46ed 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -5,7 +5,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ %global import_path github.com/containers/podman %global branch v4.4.1-rhel -%global commit0 aa5db476a82854aa45d469ea9e51b82400889838 +%global commit0 ff30585bad3015569c6d7eda8063864d116c901d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 #%%global dnsnamever 1.3.0 @@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 2 Name: podman Version: 4.4.1 -Release: 9%{?dist} +Release: 12%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -384,6 +384,20 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Thu Jun 15 2023 Jindrich Novy - 2:4.4.1-12 +- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel + (https://github.com/containers/podman/commit/ff30585) +- Resolves: #2213844 + +* Fri Jun 09 2023 Jindrich Novy - 2:4.4.1-11 +- fix --dns-add get error logs when there is no container attached to the network +- Resolves: #2210118 + +* Wed Jun 07 2023 Jindrich Novy - 2:4.4.1-10 +- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel + (https://github.com/containers/podman/commit/bcea446) +- Resolves: #2210113 + * Wed Apr 26 2023 Jindrich Novy - 2:4.4.1-9 - update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel (https://github.com/containers/podman/commit/aa5db47)