From 965831ab771cc518701a9fa15e17d5cb3a2be7959116b4698384f421e222a057 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Sat, 20 Dec 2025 14:18:53 +0100 Subject: [PATCH] rename spec to match directory name --- ...anges => saltbundlepy-libvirt-sle16.changes | 5 +++++ ...irt.spec => saltbundlepy-libvirt-sle16.spec | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) rename saltbundlepy-libvirt.changes => saltbundlepy-libvirt-sle16.changes (99%) rename saltbundlepy-libvirt.spec => saltbundlepy-libvirt-sle16.spec (83%) diff --git a/saltbundlepy-libvirt.changes b/saltbundlepy-libvirt-sle16.changes similarity index 99% rename from saltbundlepy-libvirt.changes rename to saltbundlepy-libvirt-sle16.changes index a12f647..f1ab693 100644 --- a/saltbundlepy-libvirt.changes +++ b/saltbundlepy-libvirt-sle16.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 20 13:17:35 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-sle16.spec similarity index 83% rename from saltbundlepy-libvirt.spec rename to saltbundlepy-libvirt-sle16.spec index a378ec7..ebc68ea 100644 --- a/saltbundlepy-libvirt.spec +++ b/saltbundlepy-libvirt-sle16.spec @@ -24,8 +24,9 @@ %global __brp_python_bytecompile %{nil} %define srcname libvirt-python +%define realname saltbundlepy-libvirt -Name: saltbundlepy-libvirt +Name: saltbundlepy-libvirt-sle16 URL: https://libvirt.org/ Version: 11.2.0 Release: 0 @@ -58,6 +59,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 %{realname} +Summary: Library providing a virtualization API +License: LGPL-2.1-or-later +Group: Development/Languages/Python +%python_subpackages + +%description -n %{realname} +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 +95,7 @@ export CFLAGS="%{optflags}" %{pytest_arch} %endif -%files %{python_files} +%files -n %{realname} %doc README COPYING examples/ %{python_sitearch}/libvirt* %{python_sitearch}/libvirt_python-%{version}*info -- 2.51.1