Skip to content
Snippets Groups Projects
Commit 2fa59e06 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import netavark-1.8.0-2.module+el8+1010+deadbeef

parent 29ed837f
No related branches found
No related tags found
No related merge requests found
b0ed7d80fd96ef2af88e7a001d91024919125e5842d9772de94648044630e116 SOURCES/1.7.0.tar.gz
463f26bd4d619619b5cc14b34496e3910e3e4e15f017094666beb2ed412c076f SOURCES/netavark-v1.7.0-vendor.tar.gz
b1422ef6927458e9f80f7d322b751e29ab5d04d8ed6cb065baa82fa4291af10f SOURCES/1.8.0.tar.gz
5438cb32a73122fc97262499c308f1b8bcdcc48a0dc70f71149bf4205b09b214 SOURCES/netavark-v1.8.0-vendor.tar.gz
......@@ -3,8 +3,8 @@
Epoch: 2
Name: netavark
Version: 1.7.0
Release: 1%{?dist}
Version: 1.8.0
Release: 2%{?dist}
License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches}
Summary: OCI network stack
......@@ -17,6 +17,7 @@ Recommends: aardvark-dns >= 1.0.3
Provides: container-network-stack = 2
BuildRequires: make
BuildRequires: rust-srpm-macros
BuildRequires: systemd-rpm-macros
BuildRequires: git-core
BuildRequires: protobuf-compiler
BuildRequires: protobuf-c
......@@ -77,10 +78,18 @@ cp %{SOURCE2} .
%license LICENSE
%dir %{_libexecdir}/podman
%{_libexecdir}/podman/%{name}
/usr/lib/systemd/system/*
%{_unitdir}/*
%{_mandir}/man1/%{name}.1*
%changelog
* Fri Oct 06 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.8.0-2
- fix directory for systemd units
- Related: Jira:RHEL-2110
* Fri Sep 29 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.8.0-1
- update to https://github.com/containers/netavark/releases/tag/v1.8.0
- Related: Jira:RHEL-2110
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment