diff --git a/podman.spec b/podman.spec index 4004b41..59e87b9 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 2%{?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,10 @@ 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)