summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShwetha Acharya <sacharya@redhat.com>2020-11-29 12:30:08 +0530
committerGitHub <noreply@github.com>2020-11-29 12:30:08 +0530
commitde4861c88c189f302b86e96d11b689fa7ab1078d (patch)
treeb0bbc8ba5c4b843405e46da3eec050ef97571eaa
parent4a6506c6c9d754f80537d74cb6f2a265edddcc84 (diff)
downloadglusterfs-de4861c88c189f302b86e96d11b689fa7ab1078d.tar.gz
glusterfs-de4861c88c189f302b86e96d11b689fa7ab1078d.tar.xz
glusterfs-de4861c88c189f302b86e96d11b689fa7ab1078d.zip
Add tar as dependency to geo-rep rpm for RHEL 8.3 and above (#1850)
Reason: from RHEL 8.3, tar is not bundled by default Fixes: #1849 Signed-off-by: Shwetha K Acharya <sacharya@redhat.com> Change-Id: Ic1424e0550cef6a78e3e9e7b42665ab01016436f
-rw-r--r--glusterfs.spec.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 5ea96bbc2d..25a7d53394 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -427,6 +427,9 @@ Requires: python%{_pythonver}-gluster = %{version}-%{release}
Requires: rsync
Requires: util-linux
+%if ( 0%{?rhel} && ( ( 0%{?rhel} == 8 && 0%{?rhel_minor_version} >= 3 ) || 0%{?rhel} >= 9 ) )
+Requires: tar
+%endif
# required for setting selinux bools
%if ( 0%{?rhel} && 0%{?rhel} >= 8 )
Requires(post): policycoreutils-python-utils
@@ -1620,6 +1623,9 @@ exit 0
%endif
%changelog
+* Thu Nov 26 2020 Shwetha K Acharya <sacharya@redhat.com>
+- Add tar as dependency to georeplication rpm for RHEL version >= 8.3
+
* Fri Nov 20 2020 Shwetha K Acharya <sacharya@redhat.com>
- remove ganesha from Obsoletes