diff options
author | Vijay Bellur <vbellur@redhat.com> | 2012-10-11 22:31:13 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-10-11 10:36:57 -0700 |
commit | e7f14ad073956b08b37d7b102afab57a08dfabac (patch) | |
tree | 9b8007da9ed012b6800b019154d2b71552689b85 | |
parent | 3e9777a35b481a2c9218c286ced045579b64a731 (diff) |
build: Add glusterd man page packaging in buildspecv3.3.1
Change-Id: Id412a2738b80516bbfc0a9ad7862a45821703c3e
BUG: 825906
Reviewed-on: http://review.gluster.org/4064
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Sachidananda Urs <sacchi@gmail.com>
-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 c425e0640..b7e5f15d2 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -257,7 +257,7 @@ fi %{_libdir}/glusterfs %{_libdir}/*.so.* %{_sbindir}/glusterfs* -#%{_mandir}/man8/*gluster*.8* +%{_mandir}/man8/*gluster*.8* %dir %{_localstatedir}/log/glusterfs %if 0%{!?_without_rdma:1} %exclude %{_libdir}/glusterfs/%{version}/rpc-transport/rdma* |