mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-17 16:23:52 +03:00
rpm: use HTTPS for URLs
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -16,8 +16,8 @@ Summary: The libvirt virtualization API python3 binding
|
|||||||
Name: libvirt-python
|
Name: libvirt-python
|
||||||
Version: @PY_VERSION@
|
Version: @PY_VERSION@
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||||
Url: http://libvirt.org
|
Url: https://libvirt.org
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildRequires: libvirt-devel == %{version}
|
BuildRequires: libvirt-devel == %{version}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|||||||
Reference in New Issue
Block a user