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