netavark-1.1.0-2.el9

- fix deps to go-md2man
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-04 08:00:31 +02:00
parent 549a2b00ca
commit 46c8a195ab
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: netavark
Version: 1.1.0
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches}
Summary: OCI network stack
@ -11,7 +11,7 @@ URL: https://github.com/containers/%{name}
Source0: %{url}/archive/v%{version}/%{version}.tar.gz
Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz
BuildRequires: cargo
BuildRequires: go-md2man
BuildRequires: /usr/bin/go-md2man
Recommends: aardvark-dns >= 1.0.3
Provides: container-network-stack = 2
BuildRequires: make
@ -67,6 +67,10 @@ go-md2man -in %{name}.1.md -out %{name}.1
%{_mandir}/man1/%{name}.1*
%changelog
* Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com> - 1.1.0-2
- fix deps to go-md2man
- Related: #2061316
* Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 1.1.0-1
- initial import
- Related: #2061316