diff options
author | Harshavardhana Ranganath <harsha@gluster.com> | 2009-11-26 15:47:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-28 09:58:30 -0800 |
commit | 04da2ae78b83e1cb3e14379dd72d694fa03fc5e1 (patch) | |
tree | b6efdecc6a505e69137aca38b853b28b58bba59a | |
parent | 4b363f1c968e7b9d2c339ea8e30dac5ca935da0e (diff) |
Excluding static libraries.
Signed-off-by: Harshavardhana <harsha@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 413 (rpmbuild fails with unpackaged files)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=413
-rw-r--r-- | glusterfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index cdfcae1bb..9ce6f1b98 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -198,6 +198,7 @@ fi %{_includedir}/libglusterfsclient.h %exclude %{_includedir}/glusterfs/y.tab.h %exclude %{_libdir}/*.la +%exclude %{_libdir}/*.a %{_libdir}/*.so %changelog |