https://bugzilla.redhat.com/show_bug.cgi?id=1166919
Miroslav Suchý <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Miroslav Suchý <[email protected]> --- I believe that: %if 0%{?fedora} >= 12 || 0%{?rhel} >= 8 should be: %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 Correct? And this: %doc %{pkgname}-%{version}/CHANGELOG %{pkgname}-%{version}/README.md %license %{pkgname}-%{version}/LICENSE should be: %doc CHANGELOG README.md LICENSE There is no macro %license and if you omit path, rpmbuild put it into correct directory automatically. Otherwise looks good to me. -- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
