diff options
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 |