https://bugzilla.redhat.com/show_bug.cgi?id=1872867
--- Comment #1 from Clark Williams williams@redhat.com ---
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.