#48 Spec File: use dist_bug_report_url for configure parameters
Merged 5 months ago by nickc. Opened 11 months ago by nikolak.
rpms/ nikolak/binutils bugzilla-var  into  rawhide

file modified
+1 -1
@@ -570,7 +570,7 @@ 

  	--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"

Use the already defined dist_bug_report_url for the build configure parameters

fedpkg --release rawhide mockbuild
fedpkg --release f37 mockbuild --mock-config fedora-37-x86_64
fedpkg --release f38 mockbuild --mock-config fedora-38-x86_64
fedpkg --release f39 mockbuild --mock-config fedora-39-x86_64

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/ddecc0dd0ae640ccb529cf4a4d5ff592

This macro actually already exists in fedora-release (and the Amazon Linux system-release, at least as of AL2023) spec file. See: https://src.fedoraproject.org/rpms/fedora-release/blob/rawhide/f/fedora-release.spec#_1190 so we can avoid setting it here.

This macro is actually defined for all current Fedora releases (as well as Centos, RH and AL2023). See https://src.fedoraproject.org/rpms/fedora-release/pull-request/223

rebased onto 4c53cd0

11 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/19823143f95a4e1fa0e5abef5a1c7c03

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/2456c666648d4843aa4b751d3d79d0ff

Pull-Request has been merged by nickc

5 months ago
Metadata