Hello,
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.
# make rpm
sed -e "s/__VERSION__//" \
multipath-tools.spec.in > multipath-tools.spec
rpmbuild -bb multipath-tools.spec
error: line 6: Empty tag: Version:
make: *** [rpm] Error 1
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.
Could anyone help me please?
Thanks,
Eyal
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.
# make rpm
sed -e "s/__VERSION__//" \
multipath-tools.spec.in > multipath-tools.spec
rpmbuild -bb multipath-tools.spec
error: line 6: Empty tag: Version:
make: *** [rpm] Error 1
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.
Could anyone help me please?
Thanks,
Eyal
-- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel