From 4c53cd0d874099196c03c64682769fb17acb93ea Mon Sep 17 00:00:00 2001 From: Nikola Kolev Date: Thu, 6 Jul 2023 21:08:19 +0000 Subject: [PATCH] Spec File: use the dist_bug_report_url macro --- binutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 7bed59e..7e9b227 100644 --- a/binutils.spec +++ b/binutils.spec @@ -570,7 +570,7 @@ compute_global_configuration() --enable-ld \ --enable-plugins \ --enable-64-bit-bfd \ - --with-bugurl=http://bugzilla.redhat.com/bugzilla/" + --with-bugurl=%{dist_bug_report_url}" %if %{without bootstrap} CARGS="$CARGS --enable-jansson=yes"