From 164a9bcf18ee59791684a13df10892ad054a0ebe Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 11 May 2022 10:55:05 +0200 Subject: [PATCH] skopeo-1.8.0-3.el9 - BuildRequires: /usr/bin/go-md2man - Related: #2061316 Signed-off-by: Jindrich Novy --- skopeo.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index 04b9b0c..93b1150 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -33,7 +33,7 @@ Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcom %endif BuildRequires: git-core BuildRequires: golang >= 1.16.6 -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man BuildRequires: gpgme-devel BuildRequires: libassuan-devel BuildRequires: pkgconfig(devmapper) @@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Wed May 11 2022 Jindrich Novy - 2:1.8.0-3 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061316 + * Mon May 09 2022 Jindrich Novy - 2:1.8.0-2 - enable LTO - Related: #1988128