From Dan Kenigsberg danken@redhat.com:
Dan Kenigsberg has submitted this change and it was merged.
Change subject: static: fix passwd file path ......................................................................
static: fix passwd file path
Use full local path to make sure `make` finds the file. Without this patch, I hit
make[2]: Entering directory '/home/fromani/Projects/upstream/vdsm/static' make[2]: *** No rule to make target 'usr/local/etc/pki/vdsm/keys/libvirt_password', needed by 'distdir'. Stop. make[2]: Leaving directory '/home/fromani/Projects/upstream/vdsm/static' Makefile:625: recipe for target 'distdir' failed
While doing 'make rpm'.
Change-Id: Id2ff0699fc7ecebf430d1655ffdf9553932beaf2 Signed-off-by: Francesco Romani fromani@redhat.com --- M static/Makefile.am 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified Milan Zamazal: Looks good to me, but someone else must approve Martin Polednik: Looks good to me, but someone else must approve
vdsm-patches@lists.fedorahosted.org