7
0

rename spec to match directory name #1

Merged
PSuarezHernandez merged 2 commits from mcalmer/saltbundlepy-libvirt-sle15:bundle_testing into bundle_testing 2026-01-02 15:03:01 +01:00
2 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 19 15:37:39 UTC 2025 - Michael Calmer <mc@suse.com>
- rename spec to match directory name
-------------------------------------------------------------------
Fri May 9 12:46:58 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>

View File

@@ -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