https://bugzilla.redhat.com/show_bug.cgi?id=1119004 --- Comment #1 from Christopher Meng <i@xxxxxxxx> --- 1. Summary: Say 'yes' to types but 'no' to typing! What's this??? 2. Changelog section need some love, take a shot at these examples: http://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs 3. BuildRequires: python-devel https://fedoraproject.org/wiki/Packaging:Python#BuildRequires 4. %{python3_sitelib}/test_%{srcname}.py %{python3_sitelib}/__pycache__/%{srcname}.*.py[co] %{python3_sitelib}/__pycache__/test_%{srcname}.*.py[co] A bit complicated, if you want to be lazy, just use this: %{python3_sitelib}/* 5. %{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info If you want to be more specific, use this: 5. %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info Same applies to the python2. 6. 79 chars per line in the %description. -- 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