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