diff --git a/guest-comm/centos/build_srpm.data b/guest-comm/centos/build_srpm.data index 6c5b4dcf..ae73381c 100644 --- a/guest-comm/centos/build_srpm.data +++ b/guest-comm/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="host-guest-comm-2.0" -TIS_PATCH_VER=5 +TIS_PATCH_VER=6 diff --git a/guest-comm/host-guest-comm-2.0/Makefile b/guest-comm/host-guest-comm-2.0/Makefile index 6bbbaca5..9e7f1800 100644 --- a/guest-comm/host-guest-comm-2.0/Makefile +++ b/guest-comm/host-guest-comm-2.0/Makefile @@ -140,7 +140,7 @@ install: install -m 644 server_group.h $(DESTDIR)/usr/src/debug/host-guest-comm-$(VERSION)/server_group.h install -m 750 scripts/host_agent $(SYSCONFDIR)/init.d/host_agent - install -m 640 scripts/host_agent.service $(UNITDIR)/host_agent.service + install -m 644 scripts/host_agent.service $(UNITDIR)/host_agent.service install -m 644 scripts/guest-agent.service $(UNITDIR)/guest-agent.service install -m 640 scripts/host_agent.conf $(SYSCONFDIR)/pmon.d/host_agent.conf install -m 750 bin/host_agent $(DESTDIR)/usr/sbin/host_agent