From 37df7d47048626ba55f04522471b81816670d735 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 13 Jun 2024 03:35:29 +0300 Subject: [PATCH] import podman-4.9.4-4.el9_4 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2fe52b6..297890d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v4.9-rhel-7752c56.tar.gz +SOURCES/v4.9-rhel-4afc71a.tar.gz diff --git a/.podman.metadata b/.podman.metadata index a2781d6..c509a62 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -e203f66fd0fdfbfd1c8efc9a1e1ba4c029a7d5ff SOURCES/v4.9-rhel-7752c56.tar.gz +d4c2b9918b5d1092dc72e9f8645afa71690c6d38 SOURCES/v4.9-rhel-4afc71a.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 3609218..3fa9314 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 7752c56006f06fc608bf40a12ceb564ab6b045c9 +%global commit0 4afc71aff6be3cbd62fd03c0c77eadfbf5145179 %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: 3%{?dist} +Release: 4%{?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,11 @@ fi %{_datadir}/%{name}/test %changelog +* Tue Apr 30 2024 Jindrich Novy - 4:4.9.4-4 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/4afc71a) +- Resolves: RHEL-28735 + * Mon Apr 15 2024 Jindrich Novy - 4:4.9.4-3 - rebuild - Related: RHEL-28234