e7a346
From 80c028452000465c607cce054211075d44634996 Mon Sep 17 00:00:00 2001
e7a346
From: moagrawa <moagrawa@redhat.com>
e7a346
Date: Mon, 15 Jan 2018 18:21:27 +0530
e7a346
Subject: [PATCH 126/128] spec: unpackaged files found for RHEL-7 client build
e7a346
e7a346
Problem: unpackages files found for RHEL-7 client build
e7a346
e7a346
Solution: Update glusterfs.specs.in to exclude unpackage files
e7a346
Label: DOWNSTREAM ONLY
e7a346
e7a346
BUG: 1534530
e7a346
Change-Id: I211a739fb5ce18011bc75fb36c6112cc802fccc9
e7a346
Signed-off-by: moagrawa <moagrawa@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/127681
e7a346
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e7a346
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
e7a346
---
e7a346
 glusterfs.spec.in | 5 +++++
e7a346
 1 file changed, 5 insertions(+)
e7a346
e7a346
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
e7a346
index 2ac9a60b0..cb273f5 100644
e7a346
--- a/glusterfs.spec.in
e7a346
+++ b/glusterfs.spec.in
e7a346
@@ -1219,6 +1219,8 @@ exit 0
e7a346
 %exclude %{_libdir}/pkgconfig/libgfdb.pc
e7a346
 %exclude %{_sbindir}/gluster-setgfid2path
e7a346
 %exclude %{_mandir}/man8/gluster-setgfid2path.8*
e7a346
+%exclude %{_datadir}/glusterfs/scripts/control-cpu-load.sh
e7a346
+%exclude %{_datadir}/glusterfs/scripts/control-mem.sh
e7a346
 %endif
e7a346
 
e7a346
 %files api
e7a346
@@ -2179,6 +2181,9 @@ fi
e7a346
 %endif
e7a346
 
e7a346
 %changelog
e7a346
+* Tue Jan 16 2018 Mohit Agrawal <moagrawa@redhat.com>
e7a346
+- Exclude control-cpu-load.sh and control-mem.sh from client builds
e7a346
+
e7a346
 * Wed Dec 20 2017 Milind Changire <mchangir@redhat.com>
e7a346
 - Remove ExclusiveArch directive to help building on non-x86_64 arches (#1527772)
e7a346
 
e7a346
-- 
e7a346
1.8.3.1
e7a346