https://bugzilla.redhat.com/show_bug.cgi?id=1872867 --- Comment #1 from Clark Williams <williams@xxxxxxxxxx> --- rpmlint run on SRPM: ----------------------------------------------------------------------------------- $ rpmlint -i redhat/SRPMS/stalld-1.0-1.fc32.src.rpm stalld.src: E: specfile-error error: line 2: Empty tag: Version: This error occurred when rpmlint used rpm to query the specfile. The error is output by rpm and the message should contain more information. stalld.src: E: specfile-error error: query of specfile /tmp/rpmlint.stalld-1.0-1.fc32.src.rpm.b2pufp89/stalld.spec failed, can't parse This error occurred when rpmlint used rpm to query the specfile. The error is output by rpm and the message should contain more information. 1 packages and 0 specfiles checked; 2 errors, 0 warnings. ----------------------------------------------------------------------------------- I'm not sure if the above is acceptable or not. The issue is that my Version looks like this: Version: %(grep ^VERSION ../Makefile | awk '{print $3}') meaning that I pull the version number from the main Makefile, so I don't have to maintain it in multiple places. -- 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 Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx