233933
From 1f28e008825ae291208a9e6c714dd642f715a2a1 Mon Sep 17 00:00:00 2001
233933
From: "Bala.FA" <barumuga@redhat.com>
233933
Date: Mon, 7 Apr 2014 15:24:10 +0530
233933
Subject: [PATCH 06/52] build: remove ghost directory entries
233933
233933
ovirt requires hook directories for gluster management and ghost
233933
directories are no more ghost entries
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Change-Id: Iaf1066ba0655619024f87eaaa039f0010578c567
233933
Signed-off-by: Bala.FA <barumuga@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/60133
233933
Tested-by: Milind Changire <mchangir@redhat.com>
233933
---
233933
 glusterfs.spec.in | 19 +++++++++++++++++--
233933
 1 file changed, 17 insertions(+), 2 deletions(-)
233933
233933
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
233933
index f5c1f79..6be492e 100644
233933
--- a/glusterfs.spec.in
233933
+++ b/glusterfs.spec.in
233933
@@ -799,15 +799,30 @@ install -D -p -m 0644 extras/glusterfs-logrotate \
233933
     %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs
233933
 
233933
 %if ( 0%{!?_without_georeplication:1} )
233933
-# geo-rep ghosts
233933
 mkdir -p %{buildroot}%{_sharedstatedir}/glusterd/geo-replication
233933
 touch %{buildroot}%{_sharedstatedir}/glusterd/geo-replication/gsyncd_template.conf
233933
 install -D -p -m 0644 extras/glusterfs-georep-logrotate \
233933
     %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-georep
233933
 %endif
233933
 
233933
+%if ( 0%{!?_without_syslog:1} )
233933
+%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 6 )
233933
+install -D -p -m 0644 extras/gluster-rsyslog-7.2.conf \
233933
+    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example
233933
+%endif
233933
+
233933
+%if ( 0%{?rhel} && 0%{?rhel} == 6 )
233933
+install -D -p -m 0644 extras/gluster-rsyslog-5.8.conf \
233933
+    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example
233933
+%endif
233933
+
233933
+%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
233933
+install -D -p -m 0644 extras/logger.conf.example \
233933
+    %{buildroot}%{_sysconfdir}/glusterfs/logger.conf.example
233933
+%endif
233933
+%endif
233933
+
233933
 %if ( 0%{!?_without_server:1} )
233933
-# the rest of the ghosts
233933
 touch %{buildroot}%{_sharedstatedir}/glusterd/glusterd.info
233933
 touch %{buildroot}%{_sharedstatedir}/glusterd/options
233933
 subdirs=(add-brick create copy-file delete gsync-create remove-brick reset set start stop)
233933
-- 
233933
1.8.3.1
233933