- Use https for variosu links.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=411
This commit is contained in:
Martin Liška 2022-05-25 10:24:02 +00:00 committed by Git OBS Bridge
parent 8c85dadfb5
commit 1d5ec0b679
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 25 10:23:35 UTC 2022 - Martin Liška <mliska@suse.cz>
- Use https for variosu links.
-------------------------------------------------------------------
Wed May 25 08:56:09 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -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 \