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