libvirt-python-11.8.0-1.el10
- Rebased to libvirt-python-11.8.0 (RHEL-104241) Resolves: RHEL-104241
This commit is contained in:
parent
d8c43e129c
commit
982f825d00
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/libvirt-python-*.tar.gz
|
||||
.build-*.log
|
||||
*.rpm
|
||||
/libvirt_python-11.8.0.tar.gz
|
||||
|
||||
@ -12,15 +12,17 @@
|
||||
%define supported_platform 0
|
||||
%endif
|
||||
|
||||
%define dist_name libvirt_python
|
||||
|
||||
Summary: The libvirt virtualization API python3 binding
|
||||
Name: libvirt-python
|
||||
Version: 11.5.0
|
||||
Version: 11.8.0
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||
Source0: https://libvirt.org/sources/python/%{dist_name}-%{version}.tar.gz
|
||||
Url: https://libvirt.org
|
||||
License: LGPL-2.1-or-later
|
||||
BuildRequires: git
|
||||
BuildRequires: libvirt-devel >= 11.5.0-1
|
||||
BuildRequires: libvirt-devel >= 11.8.0-1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-lxml
|
||||
@ -52,7 +54,7 @@ supplied by the libvirt library to use the virtualization capabilities
|
||||
of recent versions of Linux (and other OSes).
|
||||
|
||||
%prep
|
||||
%autosetup -S git_am -N
|
||||
%autosetup -S git_am -N -n %{dist_name}-%{version}
|
||||
|
||||
# Unset execute bit for example scripts; it can introduce spurious
|
||||
# RPM dependencies, like /usr/bin/python3
|
||||
@ -87,6 +89,9 @@ exit 1
|
||||
%{python3_sitearch}/*egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2025 Jiri Denemark <jdenemar@redhat.com> - 11.8.0-1
|
||||
- Rebased to libvirt-python-11.8.0 (RHEL-104241)
|
||||
|
||||
* Wed Jul 23 2025 Jiri Denemark <jdenemar@redhat.com> - 11.5.0-1
|
||||
- Rebased to libvirt-python-11.5.0 (RHEL-71663)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-python-11.5.0.tar.gz) = 8ed217acafba569bade8fd4b873d1c3ee532799c323a96f5a383a07acb115036b73f240489e6e771972b96c347a506bc927c6508bd0a9ef99f5b2cb5636ae42c
|
||||
SHA512 (libvirt_python-11.8.0.tar.gz) = 8a82169d8b7c17d16150d8441900c4e1bac620c079d681a6c8e76d5b4924b65d7c13e3e04d776f23304ea594da7eb35f97d6e5915931397a14bb466b5f20ee3f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user