From a82fb112bc23db4c9ea6a0545a31c4a0946dc745 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 11 Nov 2024 02:27:21 +0000 Subject: [PATCH] import UBI podman-4.9.4-16.el9_4 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 19 +++++++++++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4374042..10611be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v4.9-rhel-6cf9920.tar.gz +SOURCES/v4.9-rhel-70e4d02.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 6d09bc2..6e937ae 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -e785e922a367a5bc092f5474340570ab8be54068 SOURCES/v4.9-rhel-6cf9920.tar.gz +6a76e90c911dc8fc5595459fcd9271b5bb673af6 SOURCES/v4.9-rhel-70e4d02.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 0bd5bbd..96c01d7 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.9-rhel -%global commit0 6cf9920c539222ba3dc622ebd2cfbe845b77a6c5 +%global commit0 70e4d02dbd57bf7980a33e722d868dc1c6bcbb72 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 13%{?dist} +Release: 16%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -358,6 +358,21 @@ fi %{_datadir}/%{name}/test %changelog +* Fri Nov 01 2024 Jindrich Novy - 4:4.9.4-16 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/70e4d02) +- Resolves: RHEL-65451 + +* Tue Oct 29 2024 Jindrich Novy - 4:4.9.4-15 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/1866072) +- Resolves: RHEL-61868 + +* Thu Oct 24 2024 Jindrich Novy - 4:4.9.4-14 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/235a22c) +- Resolves: RHEL-61154 + * Fri Oct 11 2024 Jindrich Novy - 4:4.9.4-13 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/6cf9920)