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