diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-02-14 16:43:36 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-14 14:32:07 -0800 |
commit | 98cfaa15d8c51728ea4d3555667328b94ef497c1 (patch) | |
tree | 628dc6c159265cb40f5911070f3ade18a1a3bcad /glusterfs.spec.in | |
parent | 30504941ea36ed40bbb628e8144ec2413e6fe765 (diff) |
Changes to include geo-sync in spec
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |