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