summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2015-05-08 13:16:06 -0400
committerVijay Bellur <vbellur@redhat.com>2015-05-08 12:17:00 -0700
commit21c75d600be759003102983b48bb75f0f02e7ef6 (patch)
tree6699d460dfe25905af649ed573964ce300b16264
parentc2f702c8207aaba17b0db19eb8f30cac669bf9a6 (diff)
build: RPM build fails (make -C extras/LinuxRPM glusterrpms)
minor typo in glusterfs.spec.in prevents building RPMS Change-Id: I876943e256d393921009d75cab84944f420632ba BUG: 1219787 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/10689 Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: Niels de Vos <ndevos@redhat.com>
-rw-r--r--glusterfs.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 1c374e46ba3..01380f4014c 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -864,7 +864,7 @@ fi
/sbin/ldconfig
##-----------------------------------------------------------------------------
-## All %files should be placed here and keep them sorted
+## All %%files should be placed here and keep them sorted
##
%files
%doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README.md THANKS
@@ -941,7 +941,7 @@ fi
# Glupy C shared library
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/glupy.so
# Glupy Python files
-%{python_sitelib}/gluster/glupy.*
+%{python_sitelib}/gluster/glupy/*
# Don't expect a .egg-info file on EL5
%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
%{python_sitelib}/glusterfs_glupy*.egg-info