From 2197aaed1f15768e29ab826538c7eac06ddb9253 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 2 Oct 2023 08:13:41 +0200 Subject: [PATCH] netavark-1.8.0-2.el9 - fix directory for systemd units - Related: Jira:RHEL-2112 Signed-off-by: Jindrich Novy --- netavark.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/netavark.spec b/netavark.spec index 407bd69..6acc5af 100644 --- a/netavark.spec +++ b/netavark.spec @@ -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} # this is needed for go-md2man @@ -79,10 +79,14 @@ go-md2man -in %{name}.1.md -out %{name}.1 %license LICENSE %dir %{_libexecdir}/podman %{_libexecdir}/podman/%{name} -/usr/lib/systemd/system/* +%{_unitdir}/* %{_mandir}/man1/%{name}.1* %changelog +* Mon Oct 02 2023 Jindrich Novy - 2:1.8.0-2 +- fix directory for systemd units +- Related: Jira:RHEL-2112 + * Fri Sep 29 2023 Jindrich Novy - 2:1.8.0-1 - update to https://github.com/containers/netavark/releases/tag/v1.8.0 - Related: Jira:RHEL-2112