https://bugzilla.redhat.com/show_bug.cgi?id=1405067 --- Comment #1 from Frantisek Kluknavsky <fkluknav@xxxxxxxxxx> --- MUST: A Fedora package must not list a file more than once in the spec file's %files listings. (Notable exception: license texts in specific situations) %if 0%{?with_devel} %files devel -f devel.file-list %license LICENSE-APACHE-2.0.txt %doc README.md %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} %endif %if 0%{?with_unit_test} && 0%{?with_devel} %files unit-test-devel -f unit-test-devel.file-list %license LICENSE-APACHE-2.0.txt %doc README.md %endif README.md in both subpackages is correct? -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx