From 4cf348fcb683ff8c5b85233610dc9aa8835bd532 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Fri, 2 May 2014 15:36:14 +0530 Subject: glusterfs.spec: Add missing files in %files section Thanks to Niels for all the help in finding RCA. Change-Id: I5678c53a5c04de18ccd676fbaf5bf8b0c77c9c14 BUG: 1080970 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/7645 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- glusterfs.spec.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 755c9fd8478..dd539a1e156 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -971,6 +971,19 @@ fi %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mgmt* %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/nfs* %{_sharedstatedir}/glusterd +#hookscripts +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1 +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick/post +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/add-brick/pre +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/set +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/set/post +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/start +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/start/post +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop +%dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/hooks/1/stop/pre + %ghost %attr(0644,-,-) %config(noreplace) %{_sharedstatedir}/glusterd/glusterd.info %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options # This is really ugly, but I have no idea how to mark these directories in -- cgit