From 69c458e5eb9aa1cfb24edb9786977f5007f0dcc803e92fbaac6dffd4bf171cde Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Fri, 19 Dec 2025 16:38:30 +0100 Subject: [PATCH 1/2] rename spec to match directory name --- ...epy-libvirt.changes => saltbundlepy-libvirt-sle15.changes | 5 +++++ saltbundlepy-libvirt.spec => saltbundlepy-libvirt-sle15.spec | 0 2 files changed, 5 insertions(+) rename saltbundlepy-libvirt.changes => saltbundlepy-libvirt-sle15.changes (99%) rename saltbundlepy-libvirt.spec => saltbundlepy-libvirt-sle15.spec (100%) diff --git a/saltbundlepy-libvirt.changes b/saltbundlepy-libvirt-sle15.changes similarity index 99% rename from saltbundlepy-libvirt.changes rename to saltbundlepy-libvirt-sle15.changes index a12f647..d08b779 100644 --- a/saltbundlepy-libvirt.changes +++ b/saltbundlepy-libvirt-sle15.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 19 15:37:39 UTC 2025 - Michael Calmer + +- rename spec to match directory name + ------------------------------------------------------------------- Fri May 9 12:46:58 UTC 2025 - Victor Zhestkov diff --git a/saltbundlepy-libvirt.spec b/saltbundlepy-libvirt-sle15.spec similarity index 100% rename from saltbundlepy-libvirt.spec rename to saltbundlepy-libvirt-sle15.spec -- 2.51.1 From 3d0bc495043cd295a6ca4fa0cbde089f29fbca0a68700609dab0572ac498aea5 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Fri, 19 Dec 2025 17:04:24 +0100 Subject: [PATCH 2/2] sub package for binaries --- saltbundlepy-libvirt-sle15.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/saltbundlepy-libvirt-sle15.spec b/saltbundlepy-libvirt-sle15.spec index 94a839b..ee8e39f 100644 --- a/saltbundlepy-libvirt-sle15.spec +++ b/saltbundlepy-libvirt-sle15.spec @@ -25,7 +25,7 @@ %define srcname libvirt-python -Name: saltbundlepy-libvirt +Name: saltbundlepy-libvirt-sle15 URL: https://libvirt.org/ Version: 11.2.0 Release: 0 @@ -50,7 +50,6 @@ BuildRequires: %{saltbundlepy_module devel >= 3.11} BuildRequires: %{saltbundlepy_module lxml} BuildRequires: %{saltbundlepy_module pytest} BuildRequires: %{saltbundlepy_module xml} -%python_subpackages %description The python-libvirt-python package contains a module that permits applications @@ -58,6 +57,19 @@ written in the Python programming language to use the interface supplied by the libvirt library to use the virtualization capabilities of recent versions of Linux (v2.6.20+). +%package -n saltbundlepy-libvirt +Summary: Library providing a virtualization API +License: LGPL-2.1-or-later +Group: Development/Languages/Python +%python_subpackages + +%description -n saltbundlepy-libvirt +The python-libvirt-python package contains a module that permits applications +written in the Python programming language to use the interface +supplied by the libvirt library to use the virtualization capabilities +of recent versions of Linux (v2.6.20+). + + %prep %setup -q -n %{srcname}-%{version} @@ -81,7 +93,7 @@ export CFLAGS="%{optflags}" %{pytest_arch} %endif -%files %{python_files} +%files -n saltbundlepy-libvirt %doc README COPYING examples/ %{python_sitearch}/libvirt* %{python_sitearch}/libvirt_python-%{version}*info -- 2.51.1