import CS libvirt-python-10.5.0-1.el9
This commit is contained in:
parent
3a9b90b691
commit
8187f550d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libvirt-python-10.0.0.tar.gz
|
SOURCES/libvirt-python-10.5.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
231633e0c05fefddd778d9854477b0c251fa2a94 SOURCES/libvirt-python-10.0.0.tar.gz
|
78f3778b6725e491457cf30b22980b32a9fd5ad5 SOURCES/libvirt-python-10.5.0.tar.gz
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
Summary: The libvirt virtualization API python3 binding
|
Summary: The libvirt virtualization API python3 binding
|
||||||
Name: libvirt-python
|
Name: libvirt-python
|
||||||
Version: 10.0.0
|
Version: 10.5.0
|
||||||
Release: 1%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||||
Url: https://libvirt.org
|
Url: https://libvirt.org
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: libvirt-devel >= 10.0.0-1
|
BuildRequires: libvirt-devel >= 10.5.0-1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
@ -54,8 +54,6 @@ of recent versions of Linux (and other OSes).
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -S git_am -N
|
%autosetup -S git_am -N
|
||||||
|
|
||||||
git config gc.auto 0
|
|
||||||
|
|
||||||
%autopatch
|
%autopatch
|
||||||
|
|
||||||
|
|
||||||
@ -92,6 +90,12 @@ exit 1
|
|||||||
%{python3_sitearch}/*egg-info
|
%{python3_sitearch}/*egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 25 2024 Jiri Denemark <jdenemar@redhat.com> - 10.5.0-1
|
||||||
|
- Rebased to libvirt-python-10.5.0 (RHEL-29643)
|
||||||
|
|
||||||
|
* Tue Jun 4 2024 Jiri Denemark <jdenemar@redhat.com> - 10.3.0-1
|
||||||
|
- Rebased to libvirt-python-10.3.0 (RHEL-29643)
|
||||||
|
|
||||||
* Thu Feb 8 2024 Jiri Denemark <jdenemar@redhat.com> - 10.0.0-1
|
* Thu Feb 8 2024 Jiri Denemark <jdenemar@redhat.com> - 10.0.0-1
|
||||||
- Rebased to libvirt-python-10.0.0 (RHEL-24822)
|
- Rebased to libvirt-python-10.0.0 (RHEL-24822)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user