mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-05 09:17:45 +03:00
rpm: use https for URLs
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f36bd36667
commit
db6c067c93
@ -16,8 +16,8 @@ Release: %{relver}
|
||||
Summary: MinGW Windows virt-viewer console application
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://gitlab.com/virt-viewer/virt-viewer
|
||||
Source0: ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz
|
||||
URL: https://gitlab.com/virt-viewer/virt-viewer
|
||||
Source0: https://virt-manager.org/download/sources/virt-viewer/virt-viewer-%{version}.tar.gz
|
||||
|
||||
BuildRequires: mingw32-adwaita-icon-theme
|
||||
BuildRequires: mingw64-adwaita-icon-theme
|
||||
|
@ -22,8 +22,8 @@ Version: @VERSION@
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtual Machine Viewer
|
||||
License: GPLv2+
|
||||
URL: http://gitlab.com/virt-viewer/virt-viewer
|
||||
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
URL: https://gitlab.com/virt-viewer/virt-viewer
|
||||
Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
|
||||
Requires: openssh-clients
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user