From 77b5f8e65847acec856c2f5a44150a49e591886c Mon Sep 17 00:00:00 2001 From: Dirk Müller Date: Mar 10 2022 08:59:09 +0000 Subject: - rpm/*.spec.in: Use https:// urls --- diff --git a/rpm/dtb.spec.in.in b/rpm/dtb.spec.in.in index edff110..100a985 100644 --- a/rpm/dtb.spec.in.in +++ b/rpm/dtb.spec.in.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -38,7 +38,7 @@ Release: @RELEASE@ Summary: Device Tree files for $MACHINES License: GPL-2.0-only Group: System/Boot -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ $ARCH_RESTRICTIONS BuildRequires: cpp %if 0%{?dtc_symbols} diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 9f2db74..6293011 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needssslcertforbuild @@ -113,7 +113,7 @@ Release: .g@COMMIT@ %else Release: @RELEASE@ %endif -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ BuildRequires: bc BuildRequires: bison BuildRequires: coreutils @@ -1136,7 +1136,7 @@ fi %package extra Summary: @SUMMARY@ - Unsupported kernel modules Group: System/Kernel -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ Provides: %name-extra_%_target_cpu = %version-%source_rel Provides: kernel-extra = %version-%source_rel Provides: multiversion(kernel) @@ -1202,7 +1202,7 @@ This package contains additional modules not supported by SUSE. %package optional Summary: @SUMMARY@ - Optional kernel modules Group: System/Kernel -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ Provides: %name-optional_%_target_cpu = %version-%source_rel Provides: kernel-optional = %version-%source_rel Provides: multiversion(kernel) diff --git a/rpm/kernel-docs.spec.in b/rpm/kernel-docs.spec.in index a0ea956..c0b93ce 100644 --- a/rpm/kernel-docs.spec.in +++ b/rpm/kernel-docs.spec.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -61,7 +61,7 @@ BuildRequires: texlive-xetex BuildRequires: texlive-zapfding %endif %endif -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ Provides: %name = %version-%source_rel Provides: %name-srchash-@COMMIT_FULL@ BuildArch: noarch diff --git a/rpm/kernel-obs-build.spec.in b/rpm/kernel-obs-build.spec.in index 7a8e59f..e73b418 100644 --- a/rpm/kernel-obs-build.spec.in +++ b/rpm/kernel-obs-build.spec.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needsrootforbuild diff --git a/rpm/kernel-obs-qa.spec.in b/rpm/kernel-obs-qa.spec.in index fd9c0c6..4473e3e 100644 --- a/rpm/kernel-obs-qa.spec.in +++ b/rpm/kernel-obs-qa.spec.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # needsrootforbuild diff --git a/rpm/kernel-source.spec.in b/rpm/kernel-source.spec.in index 30b0394..d7b3f14 100644 --- a/rpm/kernel-source.spec.in +++ b/rpm/kernel-source.spec.in @@ -12,9 +12,8 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# icecream 0 %define srcversion @SRCVERSION@ @@ -32,16 +31,16 @@ %endif Name: kernel-source@VARIANT@ -Summary: The Linux Kernel Sources -License: GPL-2.0-only -Group: Development/Sources Version: @RPMVERSION@ %if 0%{?is_kotd} Release: .g@COMMIT@ %else Release: @RELEASE@ %endif -Url: http://www.kernel.org/ +Summary: The Linux Kernel Sources +License: GPL-2.0-only +Group: Development/Sources +URL: https://www.kernel.org/ AutoReqProv: off BuildRequires: coreutils BuildRequires: fdupes diff --git a/rpm/kernel-syms.spec.in b/rpm/kernel-syms.spec.in index 8189609..f56619f 100644 --- a/rpm/kernel-syms.spec.in +++ b/rpm/kernel-syms.spec.in @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -35,7 +35,7 @@ Release: @RELEASE@ %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) Release: %kernel_source_release %endif -Url: http://www.kernel.org/ +URL: https://www.kernel.org/ AutoReqProv: off BuildRequires: coreutils @REQUIRES@ diff --git a/rpm/mkspec b/rpm/mkspec index 421bfd1..f9967a9 100755 --- a/rpm/mkspec +++ b/rpm/mkspec @@ -93,7 +93,7 @@ my $scripts = join(",", grep { is_script($_) } my $tarball_url; if ($srcversion =~ /^(\d+)(?:\.\d+)*(-rc\d+)?$/) { - $tarball_url = "http://www.kernel.org/pub/linux/kernel/v$1.x/"; + $tarball_url = "https://www.kernel.org/pub/linux/kernel/v$1.x/"; $tarball_url = "" if $2; # kernel.org has no tarballs for rc kernels # rc tarballs only available from git as https://git.kernel.org/torvalds/t/linux-*.gz } else {