From 03a6b11179f325f6c7d91989c4f7b2acd6438d1a Mon Sep 17 00:00:00 2001 From: Sunny Kumar Date: Mon, 11 May 2020 10:02:08 +0100 Subject: build: geo-rep sub-pkg requires policycoreutils-python-utils on rhel8 glusterfs-geo-replication sub-package requires policycoreutils-python-utilson rhel8 to set relevant selinux boolean to allow rsync. Change-Id: Ia0fdcfdd8c7d18cd194e011f6b365bf5cb70a20a Fixes: #1236 Signed-off-by: Sunny Kumar --- glusterfs.spec.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 67f4783edf7..161647cd1b6 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -474,6 +474,8 @@ Requires: rsync Requires: util-linux # required for setting selinux bools %if ( 0%{?rhel} && 0%{?rhel} >= 8 ) +Requires(post): policycoreutils-python-utils +Requires(postun): policycoreutils-python-utils Requires: selinux-policy-targeted Requires(post): selinux-policy-targeted BuildRequires: selinux-policy-devel @@ -1466,6 +1468,9 @@ exit 0 %endif %changelog +* Mon May 11 2020 Sunny Kumar +- added requires policycoreutils-python-utils on rhel8 for geo-replication + * Wed Oct 9 2019 Kaleb S. KEITHLEY - remove leftover bd xlator cruft -- cgit