buildah-1.26.1-3.el9

- BuildRequires: /usr/bin/go-md2man
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-05-11 10:50:11 +02:00
parent 5130c66ffe
commit 174cf26ea9

View File

@ -21,7 +21,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1 Epoch: 1
Name: buildah Name: buildah
Version: 1.26.1 Version: 1.26.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: A command line tool used for creating OCI Images Summary: A command line tool used for creating OCI Images
License: ASL 2.0 License: ASL 2.0
URL: https://%{name}.io URL: https://%{name}.io
@ -38,7 +38,7 @@ BuildRequires: glib2-devel
BuildRequires: libseccomp-devel BuildRequires: libseccomp-devel
BuildRequires: ostree-devel BuildRequires: ostree-devel
BuildRequires: glibc-static BuildRequires: glibc-static
BuildRequires: go-md2man BuildRequires: /usr/bin/go-md2man
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: device-mapper-devel BuildRequires: device-mapper-devel
BuildRequires: libassuan-devel BuildRequires: libassuan-devel
@ -135,6 +135,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.26.1-3
- BuildRequires: /usr/bin/go-md2man
- Related: #2061316
* Thu May 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.26.1-2 * Thu May 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.26.1-2
- Add missing container networking dependencies (thanks to Neal Gompa) - Add missing container networking dependencies (thanks to Neal Gompa)
- Related: #2061316 - Related: #2061316