Fix bug URL

This commit is contained in:
Mikhail Novosyolov 2019-06-27 15:48:23 +03:00
parent e8afd41aae
commit 2ae594a091

View file

@ -126,7 +126,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig #Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
#endif #endif
%endif %endif
Release: 8 Release: 9
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System/Libraries Group: System/Libraries
Url: http://www.gnu.org/software/libc/ Url: http://www.gnu.org/software/libc/
@ -1183,7 +1183,7 @@ function BuildGlibc() {
$MultiArchFlags \ $MultiArchFlags \
--enable-kernel=%{enablekernel} \ --enable-kernel=%{enablekernel} \
--with-headers=$KernelHeaders ${1+"$@"} \ --with-headers=$KernelHeaders ${1+"$@"} \
--with-bugurl=%{bugurl} --with-bugurl="https://bugzilla.rosalinux.ru"
# FIXME drop -j1 if the Makefiles ever get fixed for parallel build # FIXME drop -j1 if the Makefiles ever get fixed for parallel build
if [ "$BuildAltArch" = "yes" ]; then if [ "$BuildAltArch" = "yes" ]; then