From 1a088382b1228ff2987dff8946f3bc3e7e966b9a Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 19 May 2025 20:24:29 +0200 Subject: [PATCH] - updated to 11.3.0, according to README libvirt >= 0.9.11 is required --- python3-libvirt.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python3-libvirt.spec b/python3-libvirt.spec index e5cce7e..8f1ea1b 100644 --- a/python3-libvirt.spec +++ b/python3-libvirt.spec @@ -12,21 +12,21 @@ Summary: Python 3.x bindings to interact with virtualization capabilities Summary(pl.UTF-8): Wiązania Pythona 3.x do współpracy z funkcjami wirtualizacji Name: python3-libvirt -Version: 11.2.0 +Version: 11.3.0 Release: 1 License: LGPL v2.1+ Group: Development/Languages/Python Source0: https://download.libvirt.org/python/%{origname}-%{version}.tar.gz -# Source0-md5: 851c4220241c0b604b6747236f6db9c5 +# Source0-md5: 8e3923ecc7e908a989a49c73370ba803 URL: https://libvirt.org/ -BuildRequires: libvirt-devel >= 10.10.0 +BuildRequires: libvirt-devel >= 0.9.11 BuildRequires: pkgconfig BuildRequires: python3 >= 1:3.6 BuildRequires: python3-devel >= 1:3.6 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 BuildConflicts: python-PyXML < 0.8.4-13 -Requires: libvirt >= 10.10.0 +Requires: libvirt >= 0.9.11 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.49.0