14f8ab
From 37e2d76579abf38031d1cd9769da798fa04b183a Mon Sep 17 00:00:00 2001
14f8ab
From: "Kaleb S. KEITHLEY" <kkeithle@redhat.com>
14f8ab
Date: Wed, 22 Jan 2020 14:14:33 -0500
14f8ab
Subject: [PATCH 353/353] build: glusterfs-ganesha pkg requires
14f8ab
 python3-policycoreutils on rhel8
14f8ab
14f8ab
glusterfs-ganesha pkg requires policycoreutils-python-utils on rhel8,
14f8ab
not policycoreutils-python
14f8ab
14f8ab
also requires nfs-ganesha-selinux on rhel-8 (optional on rhel-7)
14f8ab
14f8ab
Label: DOWNSTREAM ONLY
14f8ab
14f8ab
Change-Id: Ia97b4dabdc098fb76e3f60e8b48ea4191e677136
14f8ab
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
14f8ab
BUG: 1794153
14f8ab
Reviewed-on: https://code.engineering.redhat.com/gerrit/190130
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 | 3 ++-
14f8ab
 1 file changed, 2 insertions(+), 1 deletion(-)
14f8ab
14f8ab
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
14f8ab
index e95e539..7c8a751 100644
14f8ab
--- a/glusterfs.spec.in
14f8ab
+++ b/glusterfs.spec.in
14f8ab
@@ -462,6 +462,7 @@ Summary:          NFS-Ganesha configuration
14f8ab
 Group:            Applications/File
14f8ab
 
14f8ab
 Requires:         %{name}-server%{?_isa} = %{version}-%{release}
14f8ab
+Requires:         nfs-ganesha-selinux >= 2.7.3
14f8ab
 Requires:         nfs-ganesha-gluster >= 2.7.3
14f8ab
 Requires:         pcs, dbus
14f8ab
 %if ( 0%{?rhel} && 0%{?rhel} == 6 )
14f8ab
@@ -475,7 +476,7 @@ Requires:         net-tools
14f8ab
 %endif
14f8ab
 
14f8ab
 %if ( 0%{?fedora} && 0%{?fedora} > 25  || ( 0%{?rhel} && 0%{?rhel} > 6 ) )
14f8ab
-%if ( 0%{?rhel} )
14f8ab
+%if ( 0%{?rhel} && 0%{?rhel} < 8 )
14f8ab
 Requires: selinux-policy >= 3.13.1-160
14f8ab
 Requires(post):   policycoreutils-python
14f8ab
 Requires(postun): policycoreutils-python
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab