#1 Use secure "https" URI scheme for Url field
Merged 5 years ago by sbonazzo. Opened 5 years ago by jpokorny.
rpms/ jpokorny/sos safe-url  into  master

file modified
+1 -1
@@ -8,7 +8,7 @@ 

  Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz

  License: GPLv2+

  BuildArch: noarch

- Url: http://github.com/sosreport/sos

+ Url: https://github.com/sosreport/sos

  BuildRequires: python3-devel

  BuildRequires: gettext

  BuildRequires: python3-six

It might be deceptive in case anyone would use that field directly as
a target for "git clone" otherwise.

Pull-Request has been merged by sbonazzo

5 years ago