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
|
Epoch: 2
|
||||||
Name: netavark
|
Name: netavark
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
Summary: OCI network stack
|
Summary: OCI network stack
|
||||||
@ -17,6 +17,7 @@ Recommends: aardvark-dns >= 1.0.3
|
|||||||
Provides: container-network-stack = 2
|
Provides: container-network-stack = 2
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: rust-srpm-macros
|
BuildRequires: rust-srpm-macros
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: protobuf-compiler
|
BuildRequires: protobuf-compiler
|
||||||
BuildRequires: protobuf-c
|
BuildRequires: protobuf-c
|
||||||
@ -77,10 +78,14 @@ cp %{SOURCE2} .
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_libexecdir}/podman
|
%dir %{_libexecdir}/podman
|
||||||
%{_libexecdir}/podman/%{name}
|
%{_libexecdir}/podman/%{name}
|
||||||
/usr/lib/systemd/system/*
|
%{_unitdir}/*
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- update to https://github.com/containers/netavark/releases/tag/v1.8.0
|
||||||
- Related: Jira:RHEL-2110
|
- Related: Jira:RHEL-2110
|
||||||
|
Loading…
Reference in New Issue
Block a user