mirror of
https://github.com/containers/skopeo.git
synced 2025-08-15 13:13:42 +00:00
[CI:BUILD] RPM: fix ELN builds
For Fedora, we need to ensure ELN builds are successful. The recent skopeo builds have been failing on copr because of /usr/bin/go-md2man being available via different package names. https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/build/6119200/ This commit changes go-md2man dependency directly on the binary path instead of a pacakge. ELN scratch builds are now successful: https://koji.fedoraproject.org/koji/taskinfo?taskID=102706281 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
9ba48ec8eb
commit
290a76309d
@ -52,7 +52,7 @@ Summary: Inspect container images and repositories on registries
|
|||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
# Tarball fetched from upstream
|
# Tarball fetched from upstream
|
||||||
Source0: %{url}/archive/v%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}.tar.gz
|
||||||
BuildRequires: go-md2man
|
BuildRequires: %{_bindir}/go-md2man
|
||||||
%if %{defined build_with_btrfs}
|
%if %{defined build_with_btrfs}
|
||||||
BuildRequires: btrfs-progs-devel
|
BuildRequires: btrfs-progs-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user