Yaniv Bronhaim has uploaded a new change for review.

Change subject: Fix makefile - move config.log to right location
......................................................................

Fix makefile - move config.log to right location

Probably by mistake config.log was declared in wrong location and caused
failure in rpmbuild run

Change-Id: Ia60615fbc75162dd686b5f40e525a790a6330f80
Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com>
---
M vdsm_hooks/checkips/Makefile.am
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/63221/1

diff --git a/vdsm_hooks/checkips/Makefile.am b/vdsm_hooks/checkips/Makefile.am
index 4b25acd..9d2c014 100644
--- a/vdsm_hooks/checkips/Makefile.am
+++ b/vdsm_hooks/checkips/Makefile.am
@@ -27,9 +27,10 @@
 
 nodist_noinst_DATA = \
        vdsm-checkips.service \
-       config.log
+       $(NULL)
 
 CLEANFILES = \
+       config.log \
        $(nodist_noinst_DATA)
 
 EXTRA_DIST = \


-- 
To view, visit https://gerrit.ovirt.org/63221
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia60615fbc75162dd686b5f40e525a790a6330f80
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to