d1681e
From 75d0e5c542c4d1a2df1a49a6f526ccb099f9f53f Mon Sep 17 00:00:00 2001
12a457
From: Milind Changire <mchangir@redhat.com>
12a457
Date: Tue, 22 Mar 2016 23:33:13 +0530
d1681e
Subject: [PATCH 18/74] build: spec file conflict resolution
12a457
12a457
Missed conflict resolution for removing references to
12a457
gluster.conf.example as mentioned in patch titled:
12a457
packaging: gratuitous dependencies on rsyslog-mm{count,jsonparse}
12a457
by Kaleb
12a457
12a457
References to hook scripts S31ganesha-start.sh and
12a457
S31ganesha-reset.sh got lost in the downstream only
12a457
patch conflict resolution.
12a457
12a457
Commented blanket reference to %{_sharedsstatedir}/glusterd/*
12a457
in section %files server to avoid rpmbuild warning related to
12a457
multiple references to hook scripts and other files under
12a457
/var/lib/glusterd.
12a457
12a457
Label: DOWNSTREAM ONLY
12a457
12a457
Change-Id: I9d409f1595ab985ed9f79d9d4f4298877609ba17
12a457
Signed-off-by: Milind Changire <mchangir@redhat.com>
12a457
Reviewed-on: https://code.engineering.redhat.com/gerrit/70535
12a457
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
12a457
Tested-by: Rajesh Joseph <rjoseph@redhat.com>
12a457
---
d1681e
 glusterfs.spec.in | 17 -----------------
d1681e
 1 file changed, 17 deletions(-)
12a457
12a457
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
d1681e
index 85f7f21..fe566e5 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
d1681e
@@ -840,23 +840,6 @@ install -D -p -m 0644 extras/glusterfs-georep-logrotate \
12a457
     %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-georep
12a457
 %endif
12a457
 
12a457
-%if ( 0%{!?_without_syslog:1} )
12a457
-%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 6 )
12a457
-install -D -p -m 0644 extras/gluster-rsyslog-7.2.conf \
12a457
-    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example
12a457
-%endif
12a457
-
12a457
-%if ( 0%{?rhel} && 0%{?rhel} == 6 )
12a457
-install -D -p -m 0644 extras/gluster-rsyslog-5.8.conf \
12a457
-    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example
12a457
-%endif
12a457
-
12a457
-%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
12a457
-install -D -p -m 0644 extras/logger.conf.example \
12a457
-    %{buildroot}%{_sysconfdir}/glusterfs/logger.conf.example
12a457
-%endif
12a457
-%endif
12a457
-
12a457
 touch %{buildroot}%{_sharedstatedir}/glusterd/glusterd.info
12a457
 touch %{buildroot}%{_sharedstatedir}/glusterd/options
3604df
 subdirs=(add-brick create copy-file delete gsync-create remove-brick reset set start stop)
12a457
-- 
d1681e
1.8.3.1
12a457