https://bugzilla.redhat.com/show_bug.cgi?id=1415098 --- Comment #1 from Simone Caronni <negativo17@xxxxxxxxx> --- Package is good, rpmlint shows no error and builds fine. There are only two points which are not as per packaging guidelines. Versioning: https://fedoraproject.org/wiki/Packaging:Versioning#Snapshot_packages Can you change the SPEC file as follows? %global commit 53bf47ccd349b7525248687ba0058860168c8580 %global date 20170120 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Release: 0.1.%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist} This would make it packaging guidelines compliant, and whether you comment out %shortcommit for a release it will work. I also would like to declare the versioning as you did (much more readable), but... License: https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Text Can you include the license as an external file, and include it in the sources as %license? Then we can open a pull request to Nvidia for inclusion. ------ Also, OPTIONAL (would be nice, but as you wish): - Align description to 80 columns wide if you can - Remove extra spaces at the top of the file in the %global directives Please also build for the various EPEL branches :) -- 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