netavark-1.8.0-2.el8
- fix directory for systemd units - Related: Jira:RHEL-2110 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
f000689a52
commit
86277a9dc0
@ -4,7 +4,7 @@
|
||||
Epoch: 2
|
||||
Name: netavark
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
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,14 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user