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:
parent
549a2b00ca
commit
46c8a195ab
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: netavark
|
Name: netavark
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
Summary: OCI network stack
|
Summary: OCI network stack
|
||||||
@ -11,7 +11,7 @@ URL: https://github.com/containers/%{name}
|
|||||||
Source0: %{url}/archive/v%{version}/%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{version}.tar.gz
|
||||||
Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz
|
Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
Recommends: aardvark-dns >= 1.0.3
|
Recommends: aardvark-dns >= 1.0.3
|
||||||
Provides: container-network-stack = 2
|
Provides: container-network-stack = 2
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -67,6 +67,10 @@ go-md2man -in %{name}.1.md -out %{name}.1
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 1.1.0-1
|
||||||
- initial import
|
- initial import
|
||||||
- Related: #2061316
|
- Related: #2061316
|
||||||
|
Loading…
Reference in New Issue
Block a user