[virt-tools-list] [virt-viewer] spec: Use https:// for Source/URL fields

Christophe Fergeau cfergeau at redhat.com
Tue May 9 15:47:59 UTC 2017


The mingw-virt-viewer.spec/virt-viewer.spec file are currently using a
mix of http and ftp for their URLs. ftp://virt-manager.org has never
existed. This commit switches to use https:// everywhere.

Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 mingw-virt-viewer.spec.in | 4 ++--
 virt-viewer.spec.in       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in
index 06f1992..39d19a9 100644
--- a/mingw-virt-viewer.spec.in
+++ b/mingw-virt-viewer.spec.in
@@ -19,8 +19,8 @@ Summary:        MinGW Windows virt-viewer console application
 
 License:        GPLv2+
 Group:          Applications/Internet
-URL:            http://virt-manager.org/
-Source0:        ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz
+URL:            https://virt-manager.org/
+Source0:        https://virt-manager.org/download/sources/virt-viewer/virt-viewer-%{version}.tar.gz
 
 BuildRequires:  mingw32-adwaita-icon-theme
 BuildRequires:  mingw64-adwaita-icon-theme
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index 44ef92e..774d483 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -21,8 +21,8 @@ Release: 1%{?dist}%{?extra_release}
 Summary: Virtual Machine Viewer
 Group: Applications/System
 License: GPLv2+
-URL: http://virt-manager.org/
-Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
+URL: https://virt-manager.org/
+Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: openssh-clients
 Requires(post):   %{_sbindir}/update-alternatives
-- 
2.12.2




More information about the virt-tools-list mailing list