import CS netavark-1.7.0-1.el9

This commit is contained in:
eabdullin 2023-09-21 19:38:24 +00:00
parent 9df1817c30
commit 67091136f1
3 changed files with 19 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/1.5.0.tar.gz SOURCES/1.7.0.tar.gz
SOURCES/netavark-v1.5.0-vendor.tar.gz SOURCES/netavark-v1.7.0-vendor.tar.gz

View File

@ -1,2 +1,2 @@
beb751742ed33f7748cef4babd55fa4805314089 SOURCES/1.5.0.tar.gz 1f94c6642ee9c6d033a50d56f960a28cede6f3ed SOURCES/1.7.0.tar.gz
dd7b20c3e2138a665742dac7219de3365cb7ef44 SOURCES/netavark-v1.5.0-vendor.tar.gz 48f77690b2123394dd2c2ff95231b7a4733b27ab SOURCES/netavark-v1.7.0-vendor.tar.gz

View File

@ -3,8 +3,8 @@
Epoch: 2 Epoch: 2
Name: netavark Name: netavark
Version: 1.5.0 Version: 1.7.0
Release: 2%{?dist} Release: 1%{?dist}
License: ASL 2.0 and BSD and MIT License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
# this is needed for go-md2man # this is needed for go-md2man
@ -79,9 +79,22 @@ go-md2man -in %{name}.1.md -out %{name}.1
%license LICENSE %license LICENSE
%dir %{_libexecdir}/podman %dir %{_libexecdir}/podman
%{_libexecdir}/podman/%{name} %{_libexecdir}/podman/%{name}
/usr/lib/systemd/system/*
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Mon Jul 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.7.0-1
- update to https://github.com/containers/netavark/releases/tag/v1.7.0
- Related: #2176063
* 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
* Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-2 * Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-2
- fix build - thank to Paul Holzinger - fix build - thank to Paul Holzinger
- Related: #2124478 - Related: #2124478