|
|
50dc83 |
From e7112224eebaa91c529397a944e94254e482f48f Mon Sep 17 00:00:00 2001
|
|
|
50dc83 |
From: Milind Changire <mchangir@redhat.com>
|
|
|
50dc83 |
Date: Thu, 25 Apr 2019 13:07:19 +0530
|
|
|
50dc83 |
Subject: [PATCH 124/124] spec: remove duplicate references to files
|
|
|
50dc83 |
|
|
|
50dc83 |
Label: DOWNSTREAM ONLY
|
|
|
50dc83 |
|
|
|
50dc83 |
Change-Id: I446fbeadaaab96aa215f4fd784d951f825486008
|
|
|
50dc83 |
Signed-off-by: Milind Changire <mchangir@redhat.com>
|
|
|
50dc83 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/168735
|
|
|
50dc83 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
50dc83 |
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
|
|
|
50dc83 |
---
|
|
|
50dc83 |
glusterfs.spec.in | 2 --
|
|
|
50dc83 |
1 file changed, 2 deletions(-)
|
|
|
50dc83 |
|
|
|
50dc83 |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
50dc83 |
index d20b062..86a1527 100644
|
|
|
50dc83 |
--- a/glusterfs.spec.in
|
|
|
50dc83 |
+++ b/glusterfs.spec.in
|
|
|
50dc83 |
@@ -1214,7 +1214,6 @@ exit 0
|
|
|
50dc83 |
%endif
|
|
|
50dc83 |
%else
|
|
|
50dc83 |
%{_libdir}/pkgconfig/libgfchangelog.pc
|
|
|
50dc83 |
-%{_libdir}/libgfchangelog.so
|
|
|
50dc83 |
%if ( 0%{!?_without_tiering:1} )
|
|
|
50dc83 |
%{_libdir}/pkgconfig/libgfdb.pc
|
|
|
50dc83 |
%endif
|
|
|
50dc83 |
@@ -1469,7 +1468,6 @@ exit 0
|
|
|
50dc83 |
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/nfs-server.vol
|
|
|
50dc83 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/nfs/run
|
|
|
50dc83 |
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
|
|
|
50dc83 |
-%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/options
|
|
|
50dc83 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/peers
|
|
|
50dc83 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/quotad
|
|
|
50dc83 |
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/scrub
|
|
|
50dc83 |
--
|
|
|
50dc83 |
1.8.3.1
|
|
|
50dc83 |
|