Lazarus should use new %{fpc_arches} macro in exclusive arch to avoid build errors where fpc is not available.
lazarus-1.6.2-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-96d9586d7a
lazarus-1.6.2-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-96d9586d7a
lazarus-1.6.2-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.
lazarus-1.6.2-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-65d01e61eb
lazarus-1.6.2-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-65d01e61eb
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
I propose to add "BuildRequires: fpc-srpm-macros" to the lazarus.spec Because I have got an error on the building of the custom package $ rpmbuild -ba ./lazarus.spec error: Architecture is not included: x86_64 caused by using %{fpc_arches} macros in the spec
(In reply to Anton Maklakov from comment #7) > I propose to add "BuildRequires: fpc-srpm-macros" to the lazarus.spec > > Because I have got an error on the building of the custom package > > $ rpmbuild -ba ./lazarus.spec > error: Architecture is not included: x86_64 > > caused by using %{fpc_arches} macros in the spec fpc-srpm-macros is required by redhat-rpm-config package, so it's automatically installed in the building environment since F23. Adding the buildrequire to lazarus .spec file doesn't even work, because architecture evaluation is done before the buildrequire evaluation.
lazarus-1.6.2-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.