From: Marcin Krol Date: Sun, 28 Apr 2024 21:38:23 +0000 (+0200) Subject: - fix path to libvirt-guests.sh X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;ds=inline;h=d1f476fc67aaa1f73c4879ba17c811655347c2c8;p=packages%2Flibvirt.git - fix path to libvirt-guests.sh --- 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