<div dir="ltr">Hello,<br><br>I received the following error while trying to run 'make rpm' for multipath-tools. My local git repository is a clone of the upstream master branch from today.<br><br># make rpm<br>sed -e "s/__VERSION__//" \<br>
<a href="http://multipath-tools.spec.in">multipath-tools.spec.in</a> > multipath-tools.spec<br>rpmbuild -bb multipath-tools.spec<br>error: line 6: Empty tag: Version:<br>make: *** [rpm] Error 1<br><br><br>After looking at the Makefile and adding echo statements to debug, it seems that a ${VERSION} variable is required for the above 'sed' statement, but it is not defined.<br>
<br>Could anyone help me please? <br><br>Thanks,<br> Eyal<br><br></div>