]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Use HTTPS instead of HTTP
authorAndrea Bolognani <abologna@redhat.com>
Thu, 11 May 2017 16:31:08 +0000 (18:31 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 11 May 2017 16:35:45 +0000 (18:35 +0200)
libvirt.org supports HTTPS, so might as well use it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
libvirt.spec.in
mingw-libvirt.spec.in

index f06979184d4f3e713281f162f559df1b33c400ac..ff090b38479aee9d50f56f6db4c9973bf732f5b2 100644 (file)
@@ -231,12 +231,12 @@ Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-URL: http://libvirt.org/
+URL: https://libvirt.org/
 
 %if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
     %define mainturl stable_updates/
 %endif
-Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
+Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
 
 Requires: libvirt-daemon = %{version}-%{release}
 Requires: libvirt-daemon-config-network = %{version}-%{release}
index d313d523ff15d0a4ee3b52ee340b745838b5ced2..4efa0ddbfa32f6ea5dacd88ac21f79f91aa263ad 100644 (file)
@@ -29,12 +29,12 @@ Summary:        MinGW Windows libvirt virtualization library
 
 License:        LGPLv2+
 Group:          Development/Libraries
-URL:            http://libvirt.org/
+URL:            https://libvirt.org/
 
 %if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
     %define mainturl stable_updates/
 %endif
-Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
+Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
 
 BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw64-filesystem >= 95