[Spice-devel] [PATCH spice-protocol 4/5] build-sys: Update URL in SPEC file

Frediano Ziglio fziglio at redhat.com
Fri Oct 11 09:56:28 UTC 2019


Use https instead of http, web server automatically redirects
to secure version.
Remove slash at the end, not needed.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 spice-protocol.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spice-protocol.spec.in b/spice-protocol.spec.in
index a6a570d..375291c 100644
--- a/spice-protocol.spec.in
+++ b/spice-protocol.spec.in
@@ -13,8 +13,8 @@ Summary:        Spice protocol header files
 Group:          Development/Libraries
 # Main headers are BSD, controller / foreign menu are LGPL
 License:        BSD and LGPLv2+
-URL:            http://www.spice-space.org/
-Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+URL:            https://www.spice-space.org
+Source0:        https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 BuildArch:      noarch
 %if %{build_mingw}
 BuildRequires:  mingw32-filesystem >= 95
-- 
2.21.0



More information about the Spice-devel mailing list