From d1f476fc67aaa1f73c4879ba17c811655347c2c8 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 28 Apr 2024 23:38:23 +0200 Subject: [PATCH] - fix path to libvirt-guests.sh --- libvirt-guests.init | 2 +- libvirt.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt-guests.init b/libvirt-guests.init index e30f449..cb6d6b8 100755 --- a/libvirt-guests.init +++ b/libvirt-guests.init @@ -8,7 +8,7 @@ # See https://libvirt.org # -exec /usr/lib64/libvirt-guests.sh "$@" +exec /usr/libexec/libvirt-guests.sh "$@" # next line is here for "service --status-all" to work # status) diff --git a/libvirt.spec b/libvirt.spec index 41c694b..b19ef08 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -51,7 +51,7 @@ Summary: Toolkit to interact with virtualization capabilities Summary(pl.UTF-8): Narzędzia współpracujące z funkcjami wirtualizacji Name: libvirt Version: 10.2.0 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Libraries Source0: http://libvirt.org/sources/libvirt-%{version}.tar.xz -- 2.45.1