import CS netavark-1.7.0-1.module_el8+487+8e42a277

This commit is contained in:
eabdullin 2023-10-16 09:20:38 +00:00
parent 40bc0b0dd1
commit ac076866ae
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/netavark-v1.5.0-vendor.tar.gz
SOURCES/1.7.0.tar.gz
SOURCES/netavark-v1.7.0-vendor.tar.gz

View File

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

View File

@ -3,8 +3,8 @@
Epoch: 2
Name: netavark
Version: 1.5.0
Release: 4%{?dist}
Version: 1.7.0
Release: 1%{?dist}
License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches}
Summary: OCI network stack
@ -77,9 +77,22 @@ cp %{SOURCE2} .
%license LICENSE
%dir %{_libexecdir}/podman
%{_libexecdir}/podman/%{name}
/usr/lib/systemd/system/*
%{_mandir}/man1/%{name}.1*
%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: #2176055
* Mon May 22 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.0-1
- update to https://github.com/containers/netavark/releases/tag/v1.6.0
- Related: #2176055
* Thu Apr 20 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-5
- fix --dns-add command is not functioning
- Resolves: #2182897
* Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-4
- exclude i686
- Related: #2123641