50dc83
From 52279c877264f41b522f747a986b937e6f054e2a Mon Sep 17 00:00:00 2001
e7a346
From: "Kaleb S. KEITHLEY" <kkeithle@redhat.com>
e7a346
Date: Fri, 23 Jun 2017 20:43:16 +0530
50dc83
Subject: [PATCH 073/124] build: remove ganesha dependency on selinux-policy
e7a346
e7a346
Problem:
e7a346
Puddle creation fails with unresolved dependencies
e7a346
  unresolved deps:
e7a346
***      selinux-policy >= 0:3.13.1-160
e7a346
e7a346
Solution:
e7a346
We know a priori about the version at RHEL 7.4 is already the desired
e7a346
version. So removing this explicit dependency *should* not be a gluster
e7a346
test blocker.
e7a346
e7a346
Label: DOWNSTREAM ONLY
e7a346
e7a346
Change-Id: Id53ac0e41adc14704932787ee0dd3143e6615aaf
e7a346
Signed-off-by: Milind Changire <mchangir@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/109945
e7a346
Reviewed-by: Kaleb Keithley <kkeithle@redhat.com>
e7a346
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
50dc83
Reviewed-on: https://code.engineering.redhat.com/gerrit/167158
50dc83
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
50dc83
Tested-by: RHGS Build Bot <nigelb@redhat.com>
50dc83
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e7a346
---
e7a346
 glusterfs.spec.in | 1 +
e7a346
 1 file changed, 1 insertion(+)
e7a346
e7a346
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
50dc83
index 1d99a3d..e55e255 100644
e7a346
--- a/glusterfs.spec.in
e7a346
+++ b/glusterfs.spec.in
50dc83
@@ -467,6 +467,7 @@ Requires:         cman, pacemaker, corosync
e7a346
 %endif
50dc83
 
e7a346
 %if ( 0%{?fedora} && 0%{?fedora} > 25 )
e7a346
+Requires: selinux-policy >= 3.13.1-160
e7a346
 Requires(post):   policycoreutils-python-utils
e7a346
 Requires(postun): policycoreutils-python-utils
e7a346
 %endif
e7a346
-- 
e7a346
1.8.3.1
e7a346