mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
Fix bug URL
This commit is contained in:
parent
e8afd41aae
commit
2ae594a091
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
#endif
|
||||
%endif
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnu.org/software/libc/
|
||||
|
@ -1183,7 +1183,7 @@ function BuildGlibc() {
|
|||
$MultiArchFlags \
|
||||
--enable-kernel=%{enablekernel} \
|
||||
--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
|
||||
if [ "$BuildAltArch" = "yes" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue