diff --git a/SPECS/cross-binutils.spec b/SPECS/cross-binutils.spec index df64273..e3c68f7 100644 --- a/SPECS/cross-binutils.spec +++ b/SPECS/cross-binutils.spec @@ -654,7 +654,7 @@ function config_target () { --enable-lto \ $CARGS \ --enable-plugins \ - --with-bugurl=http://bugzilla.redhat.com/bugzilla/ + --with-bugurl=https://bugzilla.powerel.org/bugzilla/ cd .. } @@ -704,7 +704,7 @@ cd %{cross}-binutils --infodir=%{_infodir} \ --program-prefix=%{cross}- \ --disable-shared \ - --with-bugurl=http://bugzilla.redhat.com/bugzilla/ + --with-bugurl=https://bugzilla.powerel.org/bugzilla/ %make_build tooldir=%{_prefix} all cd ..