21ab4e
From 7fc29ba9d04072647b1768b3614be5d7f16c6552 Mon Sep 17 00:00:00 2001
21ab4e
From: "Kaleb S. KEITHLEY" <kkeithle@redhat.com>
21ab4e
Date: Fri, 23 Jun 2017 20:43:16 +0530
21ab4e
Subject: [PATCH 530/530] build: remove ganesha dependency on selinux-policy
21ab4e
21ab4e
Problem:
21ab4e
Puddle creation fails with unresolved dependencies
21ab4e
  unresolved deps:
21ab4e
***      selinux-policy >= 0:3.13.1-160
21ab4e
21ab4e
Solution:
21ab4e
We know a priori about the version at RHEL 7.4 is already the desired
21ab4e
version. So removing this explicit dependency *should* not be a gluster
21ab4e
test blocker.
21ab4e
21ab4e
Label: DOWNSTREAM ONLY
21ab4e
21ab4e
Change-Id: Id53ac0e41adc14704932787ee0dd3143e6615aaf
21ab4e
BUG: 1461098
21ab4e
Signed-off-by: Milind Changire <mchangir@redhat.com>
21ab4e
Reviewed-on: https://code.engineering.redhat.com/gerrit/109945
21ab4e
Reviewed-by: Kaleb Keithley <kkeithle@redhat.com>
21ab4e
---
21ab4e
 glusterfs.spec.in | 4 +++-
21ab4e
 1 file changed, 3 insertions(+), 1 deletion(-)
21ab4e
21ab4e
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
21ab4e
index f22c9e9..00c0e08 100644
21ab4e
--- a/glusterfs.spec.in
21ab4e
+++ b/glusterfs.spec.in
21ab4e
@@ -405,7 +405,6 @@ Requires:         cman, pacemaker, corosync
21ab4e
 %endif
21ab4e
 %if ( ( 0%{?fedora} && 0%{?fedora} > 25 ) || ( 0%{?rhel} && 0%{?rhel} > 6 ) )
21ab4e
 %if ( 0%{?rhel} )
21ab4e
-Requires: selinux-policy >= 3.13.1-160
21ab4e
 Requires(post):   policycoreutils-python
21ab4e
 Requires(postun): policycoreutils-python
21ab4e
 %else
21ab4e
@@ -2102,6 +2101,9 @@ end
21ab4e
 %endif
21ab4e
 
21ab4e
 %changelog
21ab4e
+* Fri Jun 23 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
21ab4e
+- DOWNSTREAM ONLY remove Requires: selinux-policy for puddle generation
21ab4e
+
21ab4e
 * Thu Jun 22 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
21ab4e
 - selinux enable, disable ganesha_access_fuse on install, remove
21ab4e
 
21ab4e
-- 
21ab4e
1.8.3.1
21ab4e