https://bugzilla.redhat.com/show_bug.cgi?id=1239273 --- Comment #18 from Jan Chaloupka <jchaloup@xxxxxxxxxx> --- %files for main subpackage should if-else license as well: %if 0%{?fedora} %license COPYING %doc README.md %else %doc README.md COPYING %endif Or you can use more robust version for both cases: %if 0%{?fedora} %license COPYING %else %doc COPYING %endif %doc README.md The "BuildRequires: golang >= 1.2.1-3" in devel branch is for those use cases when you decide to move the devel subpackage to its own package (does not make sense at the moment). Or when the main package no longer provides any binary (decided by upstream) or the binary is rewritten into non-golang language but at the same time still using golang source codes (more unlikely). Or just for a sake of keeping a full list of all dependencies for each subpackage. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review