summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorSunny Kumar <sunkumar@redhat.com>2020-05-11 10:02:08 +0100
committerSunny Kumar <sunkumar@redhat.com>2020-05-13 08:41:29 +0000
commit03a6b11179f325f6c7d91989c4f7b2acd6438d1a (patch)
tree31baa928c653b5b3f4a1f6d92d459b7308ddac07 /glusterfs.spec.in
parentf246cb1359b5c488c2c5b76ee9e67154461e572a (diff)
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 <sunkumar@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in5
1 files changed, 5 insertions, 0 deletions
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 <sunkumar@redhat.com>
+- added requires policycoreutils-python-utils on rhel8 for geo-replication
+
* Wed Oct 9 2019 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- remove leftover bd xlator cruft