diff --git a/.gitignore b/.gitignore index 59a2510..74694a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v4.9-rhel-7752c56.tar.gz +SOURCES/v4.9-rhel-6464b2c.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 688c39f..1ea76ad 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,4 +1,4 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 1b106798490bad6a68b4b0338354412c335eb948 SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -e203f66fd0fdfbfd1c8efc9a1e1ba4c029a7d5ff SOURCES/v4.9-rhel-7752c56.tar.gz +4743b278ded112f592eccfe772a33ba9a4ddba0a SOURCES/v4.9-rhel-6464b2c.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 819a0ad..59e87b9 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 7752c56006f06fc608bf40a12ceb564ab6b045c9 +%global commit0 6464b2c2c2eadfe036ddf45267fb886b4a48a2ec %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: 1%{?dist} +Release: 3%{?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/ @@ -51,6 +51,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: /usr/bin/man BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: shadow-utils-subid-devel @@ -422,6 +423,15 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Mon Jun 10 2024 Jindrich Novy - 4:4.9.4-3 +- BR: /usr/bin/man +- Related: RHEL-28727 + +* Tue May 28 2024 Jindrich Novy - 4:4.9.4-2 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/6464b2c) +- Resolves: RHEL-28727 + * Mon Apr 01 2024 Lokesh Mandvekar - 4:4.9.4-1 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/7752c56)