3 Commits
sle12 ... sle16

4 changed files with 13 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 9 12:46:58 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
- Update to 11.2.0
- Add all new APIs and constants in libvirt 11.2.0
-------------------------------------------------------------------
Tue Apr 11 10:57:50 UTC 2023 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package saltbundlepy-libvirt
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%if 0%{?build_saltbundlepy_libvirt_sle16_package}
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
%define pythons saltbundlepy
@@ -27,7 +28,7 @@
Name: saltbundlepy-libvirt
URL: https://libvirt.org/
Version: 9.2.0
Version: 11.2.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -42,7 +43,7 @@ BuildRequires: libvirt-devel
%endif
BuildRequires: saltbundlepy-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{saltbundlepy_module devel >= 3.10}
BuildRequires: %{saltbundlepy_module devel >= 3.11}
BuildRequires: %{saltbundlepy_module lxml}
BuildRequires: %{saltbundlepy_module pytest}
BuildRequires: %{saltbundlepy_module xml}
@@ -78,9 +79,11 @@ export CFLAGS="%{optflags}"
%endif
%files %{python_files}
%doc README COPYING COPYING.LESSER examples/
%doc README COPYING examples/
%{python_sitearch}/libvirt*
%{python_sitearch}/libvirt_python-%{version}*info
%pycache_only %{python_sitearch}/__pycache__/libvirt*
%changelog
%endif