libvirt-python-10.4.0-1.el10
- Rebased to libvirt-python-10.4.0 (RHEL-30178) Resolves: RHEL-30178
This commit is contained in:
parent
07ae2445a1
commit
8524ad8b56
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# recipients: libvirt-qe
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: libvirt-ci.libvirt-python.brew-build.gating.x86_64.tier1.functional}
|
@ -14,12 +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.4.0
|
||||||
Release: 4%{?dist}
|
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: libvirt-devel == %{version}
|
BuildRequires: git
|
||||||
|
BuildRequires: libvirt-devel >= 10.4.0-1
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
@ -51,7 +52,10 @@ supplied by the libvirt library to use the virtualization capabilities
|
|||||||
of recent versions of Linux (and other OSes).
|
of recent versions of Linux (and other OSes).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -S git_am -N
|
||||||
|
|
||||||
|
%autopatch
|
||||||
|
|
||||||
|
|
||||||
# Unset execute bit for example scripts; it can introduce spurious
|
# Unset execute bit for example scripts; it can introduce spurious
|
||||||
# RPM dependencies, like /usr/bin/python3
|
# RPM dependencies, like /usr/bin/python3
|
||||||
@ -85,8 +89,10 @@ exit 1
|
|||||||
%{python3_sitearch}/libvirtmod*
|
%{python3_sitearch}/libvirtmod*
|
||||||
%{python3_sitearch}/*egg-info
|
%{python3_sitearch}/*egg-info
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 27 2024 Jiri Denemark <jdenemar@redhat.com> - 10.4.0-1
|
||||||
|
- Rebased to libvirt-python-10.4.0 (RHEL-30178)
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10.0.0-4
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10.0.0-4
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-python-10.0.0.tar.gz) = 4c3f51b2669ad7dc571f05ddeb75bb375640d27f77c1511e6682d8c7a77074210c48ea6c2e125ce8b04a1512df8a6a41e6a2d291e853dcaff84da213c89a6097
|
SHA512 (libvirt-python-10.4.0.tar.gz) = 2dfd6fad726414751f884a8330d13749aef5f305b48b9658d7120538c8f74f09c14750e195d6343dce9afca837ac2f7d2e830564c04a5a79eb52bad83cf44b71
|
||||||
|
Loading…
Reference in New Issue
Block a user