Following discussion on Fedora-Devel chat, I am adding a quick note on the case archful spec file with noarch packages, i.e. %global debug_package %{nil} should be added to the spec file under that design to avoid some build errors.
noarch
%global debug_package %{nil}
As far as I can tell, this document already uses semantic line breaks. Can you reflow your code to avoid splitting semantically connected sentences / phrases across multiple lines? It makes diffs prettier and code review easier.
rebased onto 25831409787d5a1fb1473da6a64d1b0f4ea48636
Commit d20f4a14 fixes this pull-request
Pull-Request has been merged by james
Following discussion on Fedora-Devel chat, I am adding a quick note on the case archful spec file with
noarchpackages, i.e.%global debug_package %{nil}should be added to the spec file under that design to avoid some build errors.