diff --git a/.gitignore b/.gitignore index ffa8065..b10a834 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-bfac4a5.tar.gz +SOURCES/v4.2.0-rhel-28df097.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 2d40137..8e805cb 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 -54af5b7852b542bdb7a760422d342874e60045b5 SOURCES/v4.2.0-rhel-bfac4a5.tar.gz +f6ae3b2a7df7beebbeb00bb97dfb027295b5b311 SOURCES/v4.2.0-rhel-28df097.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 444bfa0..c4a56b7 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 bfac4a5de27976cff85aab821193df344114d97c +%global commit0 28df097800289d22e56eeb3c975ef965f5681569 %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: 6%{?dist} +Release: 8%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -421,6 +421,16 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Jan 10 2023 Jindrich Novy - 3:4.2.0-8 +- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel + (https://github.com/containers/podman/commit/28df097) +- Resolves: #2158635 + +* Fri Jan 06 2023 Jindrich Novy - 3:4.2.0-7 +- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel + (https://github.com/containers/podman/commit/0608f55) +- Resolves: #2158635 + * Mon Dec 12 2022 Jindrich Novy - 3:4.2.0-6 - update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel (https://github.com/containers/podman/commit/bfac4a5)