mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 18:35:42 +00:00
Copr: fix build deps for /usr/bin/envsubst
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
ac1d297fc7
commit
9b7fd39368
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ Source: {{{ git_dir_pack }}}
|
|||
BuildRequires: btrfs-progs-devel
|
||||
%endif
|
||||
BuildRequires: gcc
|
||||
%if 0%{?fedora} >= 37
|
||||
BuildRequires: gettext-envsubst
|
||||
%else
|
||||
BuildRequires: gettext
|
||||
%endif
|
||||
BuildRequires: golang >= 1.16.6
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glibc-devel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue