From 286bab6b5cdf5b493cd021316041c8e1fc89bd3d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 08 2022 11:45:18 +0000 Subject: import podman-4.2.0-4.module+el8.7.0+17064+3b31f55c --- diff --git a/.gitignore b/.gitignore index d696edc..cc4fbc0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ SOURCES/dnsname-18822f9.tar.gz SOURCES/podman-machine-cni-0749884.tar.gz SOURCES/v0.1.7.tar.gz SOURCES/v0.2.0.tar.gz -SOURCES/v4.2.0-rhel-7154106.tar.gz +SOURCES/v4.2.0-rhel-35c0df3.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 4027aa3..26a169d 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -2,4 +2,4 @@ 70b08b173bdf0d1325fce035c186b43085865587 SOURCES/podman-machine-cni-0749884.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz 64a6ff113705a3726bc0d7d45e6c697b999c2683 SOURCES/v0.2.0.tar.gz -7914f890fcbffdfb3096fdb6896348a483753774 SOURCES/v4.2.0-rhel-7154106.tar.gz +617f78f7d6edb11a5ff496eafffdf2a2d224ae9f SOURCES/v4.2.0-rhel-35c0df3.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index bc9e7d9..bcf893e 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.2.0-rhel -%global commit0 7154106256fb4cde08e04fd4078cda4d2539299b +%global commit0 35c0df38e787ea9a8317d74aa18f47f382ed3e21 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 #%%global dnsnamever 1.3.0 @@ -22,7 +22,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.2.0 -Release: 1%{?dist} +Release: 4%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -421,6 +421,21 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Wed Oct 26 2022 Jindrich Novy - 3:4.2.0-4 +- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel + (https://github.com/containers/podman/commit/35c0df3) +- Resolves: #2125645 + +* Thu Oct 20 2022 Jindrich Novy - 3:4.2.0-3 +- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel + (https://github.com/containers/podman/commit/d520a5c) +- Resolves: #2136433 + +* Thu Oct 13 2022 Jindrich Novy - 3:4.2.0-2 +- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel + (https://github.com/containers/podman/commit/4978898) +- Resolves: #2125241 + * Thu Sep 29 2022 Jindrich Novy - 2:4.2.0-1 - update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel (https://github.com/containers/podman/commit/7154106)