podman-4.5.1-2.el8

- add missing BuildRequires
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-06-06 14:50:45 +02:00
parent c400e60dc1
commit 89f52a8bb9
1 changed files with 6 additions and 1 deletions

View File

@ -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 <jnovy@redhat.com> - 3:4.5.1-2
- add missing BuildRequires
- Related: #2176055
* Tue Jun 06 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.5.1-1
- update to https://github.com/containers/podman/releases/tag/v4.5.1
- Related: #2176055