summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-04-12 18:12:48 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2021-04-12 18:12:48 +0100
commit220818affcc68161c90b6dfc6a6349354a5b73f3 (patch)
tree4c7b65faddb840c932376479693ada50a4211f8e /libvirt-python.spec.in
parent38bb83e91427756dbc4bc37c52a465e9e360030c (diff)
downloadlibvirt-python-220818affcc68161c90b6dfc6a6349354a5b73f3.tar.gz
rpm: use HTTPS for URLs
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'libvirt-python.spec.in')
-rw-r--r--libvirt-python.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in
index eca6801..3c22c66 100644
--- a/libvirt-python.spec.in
+++ b/libvirt-python.spec.in
@@ -16,8 +16,8 @@ Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: @PY_VERSION@
Release: 1%{?dist}
-Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
-Url: http://libvirt.org
+Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
+Url: https://libvirt.org
License: LGPLv2+
BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel