diff --git a/binutils.changes b/binutils.changes index ac7fbea..4665727 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 25 10:23:35 UTC 2022 - Martin Liška + +- Use https for variosu links. + ------------------------------------------------------------------- Wed May 25 08:56:09 UTC 2022 - Martin Liška diff --git a/binutils.spec b/binutils.spec index 4dc314e..454e94a 100644 --- a/binutils.spec +++ b/binutils.spec @@ -103,7 +103,7 @@ Release: 0 # # # -URL: http://www.gnu.org/software/binutils/ +URL: https://www.gnu.org/software/binutils/ PreReq: %{install_info_prereq} # bug437293 %ifarch ppc64 @@ -316,7 +316,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux" %define common_flags CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" \\\ --prefix=%{_prefix} --libdir=%{_libdir} \\\ --infodir=%{_infodir} --mandir=%{_mandir} \\\ - --with-bugurl=http://bugs.opensuse.org/ \\\ + --with-bugurl=https://bugs.opensuse.org/ \\\ --with-pkgversion="GNU Binutils; %{DIST}" \\\ --with-separate-debug-dir=%{_prefix}/lib/debug \\\ --with-pic --with-system-zlib --build=%{HOST} @@ -407,7 +407,7 @@ EXTRA_TARGETS="$EXTRA_TARGETS,aarch64-suse-linux" %endif ../configure CFLAGS="${RPM_OPT_FLAGS}" \ --prefix=%{_prefix} \ - --with-bugurl=http://bugs.opensuse.org/ \ + --with-bugurl=https://bugs.opensuse.org/ \ --with-pkgversion="GNU Binutils; %{DIST}" \ --with-system-zlib \ --disable-nls \