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