diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2015-11-13 12:55:17 -0500 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-11-16 00:45:59 -0800 |
commit | 8ad921e8d61e8b7b1dcd4aaba5d00aafbb55cf2a (patch) | |
tree | e0ad57d7aa74db93f3fbcb13295758cc40084c37 /glusterfs.spec.in | |
parent | 92e3bbbad803688a4dbcbab6bcd35867aa055da1 (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: I440df7e8283bcc8a80aa057c1c9d6f8034ca98d2
BUG: 1281892
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/12577
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Milind Changire <mchangir@redhat.com>
Reviewed-by: Aravinda VK <avishwan@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 7a1c867dbe7..6f7ee953e2d 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1109,9 +1109,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.* |