netavark-1.6.0-2.el9

- rebuild
- Resolves: #2188340

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-06-12 14:20:12 +02:00
parent b4c1b57fc1
commit af0ccda9f6
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Epoch: 2
Name: netavark
Version: 1.6.0
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches}
# this is needed for go-md2man
@ -83,6 +83,10 @@ go-md2man -in %{name}.1.md -out %{name}.1
%{_mandir}/man1/%{name}.1*
%changelog
* Mon Jun 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.0-2
- rebuild
- Resolves: #2188340
* Wed Apr 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.0-1
- update to https://github.com/containers/netavark/releases/tag/v1.6.0
- Related: #2176063