diff --git a/podman.spec b/podman.spec index f4ca184..a17927e 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -38,6 +38,7 @@ Source4: https://github.com/containers/gvisor-tap-vsock/archive/%{commit_gvproxy ExclusiveArch: %{go_arches} Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} +BuildRequires: %{_bindir}/envsubst BuildRequires: golang >= 1.17.7 BuildRequires: glib2-devel BuildRequires: glibc-devel @@ -418,6 +419,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Tue Jun 06 2023 Jindrich Novy - 3:4.5.1-2 +- add missing BuildRequires +- Related: #2176055 + * Tue Jun 06 2023 Jindrich Novy - 3:4.5.1-1 - update to https://github.com/containers/podman/releases/tag/v4.5.1 - Related: #2176055