From 98cfaa15d8c51728ea4d3555667328b94ef497c1 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 14 Feb 2011 16:43:36 +0000 Subject: Changes to include geo-sync in spec Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- glusterfs.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2b7eb4d9c7a..5b39e6f658c 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -2,6 +2,7 @@ # a descriptive suffix to identify who owns or what the change represents # e.g. release_version 2.MSW %define release 1%{?dist} +%define _libexecdir %{_prefix}/local/libexec # if you wish to compile an rpm without rdma support, compile like this... # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma @@ -169,6 +170,8 @@ fi %{_includedir}/glusterfs %exclude %{_includedir}/glusterfs/y.tab.h %{_libdir}/*.so +%{_libexecdir}/gsyncd +%{_libexecdir}/python/syncdaemon/* %if 0%{!?_without_rdma:1} %files rdma -- cgit