diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2015-11-13 13:00:41 -0500 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-11-16 00:46:26 -0800 |
commit | ab0152f08dc9c190afa237a877345969b6f399f7 (patch) | |
tree | 673539f586c93144cbb69d67803cc7cb27d2a200 /glusterfs.spec.in | |
parent | 0062e4129470d039abae7eb5863e58f919ca9a00 (diff) |
packaging: gfind_missing_files not in geo-rep %if ... %endif conditional
if geo-rep is disabled in the build then the gfind_missing_files
are erroneously included in the ganesha sub-package
Change-Id: I41204c83e99dbb7424f10e29403d58b8e46b6526
BUG: 1281893
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/12578
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 94f6144e713..c843fbe82b9 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1115,9 +1115,9 @@ fi %{_datadir}/glusterfs/scripts/generate-gfid-file.sh %{_datadir}/glusterfs/scripts/gsync-sync-gfid %ghost %attr(0644,-,-) %{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf -%endif %{_libexecdir}/glusterfs/gfind_missing_files %{_sbindir}/gfind_missing_files +%endif %files libs %{_libdir}/*.so.* |