From 11e1573121190dc5f552c8f03a5518834d0f9c46 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 17 Mar 2026 01:41:56 -0400 Subject: [PATCH] import CS git podman-4.9.4-30.el8 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f06f111..944d35c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v4.9-rhel-702415d.tar.gz +SOURCES/v4.9-rhel-79517c7.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 5b9ec8a..b8354c0 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,4 +1,4 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 78ab2a45bc90b147bc3d7c1c286c375c274bee6a SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -31fa1a6844bb537b4807b99ba562790ac6d1cdd9 SOURCES/v4.9-rhel-702415d.tar.gz +57ffccea16b4cd12325f889de77a7551a05d5b5f SOURCES/v4.9-rhel-79517c7.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 99f3dc4..1d12acc 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -8,7 +8,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 702415d8fcdb82cb405ffff57b7b937988582ef1 +%global commit0 79517c7797f5b47d20104ea0b5ce4e16559ce021 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 28%{?dist} +Release: 30%{?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/ @@ -423,6 +423,16 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Wed Mar 11 2026 Jindrich Novy - 4:4.9.4-30 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/79517c7) +- fixes "When using a volume mount that is RO in podman it throws error because runc automatically appends RW to it which throws an error [rhel-8.10.z]" +- Resolves: RHEL-152630 + +* Tue Feb 17 2026 Jindrich Novy - 4:4.9.4-29 +- rebuild for CVE-2025-68121 +- Resolves: RHEL-149265 + * Mon Feb 02 2026 Jindrich Novy - 4:4.9.4-28 - rebuild - Resolves: RHEL-140532