summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2018-01-24 12:56:14 -0500
committerNiels de Vos <ndevos@redhat.com>2018-01-26 09:38:39 +0000
commitae7d5d26ffe38b3be6b9a9bc1883075491c1c709 (patch)
tree244ff14c9d9e6e6604def385b14211f522bf5e0c /glusterfs.spec.in
parentb7844629bb4b46c11a1e6de9a383fd46b597c648 (diff)
packaging: python-ctypes only in RHEL <= 7
And we don't need multiple BuildRequires: python-ctypes for sub-packages when it's (already) set for the base package. Change-Id: I71a2d750f338d360d5f716b1f0c4814e4e617b04 BUG: 1538258 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 12594d93750..75e16c59f32 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -241,7 +241,7 @@ BuildRequires: ncurses-devel readline-devel
BuildRequires: libxml2-devel openssl-devel
BuildRequires: libaio-devel libacl-devel
BuildRequires: python2-devel
-%if ( 0%{?fedora} && 0%{?fedora} < 26 ) || ( 0%{?rhel} )
+%if ( 0%{?fedora} && 0%{?fedora} < 26 ) || ( 0%{?rhel} && 0%{?rhel} <= 7 )
BuildRequires: python-ctypes
%endif
%if ( 0%{?_with_ipv6default:1} ) || ( 0%{!?_without_libtirpc:1} )
@@ -373,9 +373,6 @@ Group: Applications/File
# site-packages area
Requires: python2-gluster = %{version}-%{release}
Requires: python2
-%if ( 0%{?fedora} && 0%{?fedora} < 26 ) || ( 0%{?rhel} )
-BuildRequires: python-ctypes
-%endif
%description extra-xlators
GlusterFS is a distributed file-system capable of scaling to several
@@ -422,9 +419,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-server%{?_isa} = %{version}-%{release}
Requires: python2
Requires: python-prettytable
-%if ( 0%{?fedora} && 0%{?fedora} < 26 ) || ( 0%{?rhel} )
-BuildRequires: python-ctypes
-%endif
Requires: python2-gluster = %{version}-%{release}
Requires: rsync
@@ -1420,6 +1414,9 @@ exit 0
%endif
%changelog
+* Wed Jan 24 2018 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- python-ctypes no long exists, now in python stdlib (#1538258)
+
* Thu Jan 18 2018 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- Fedora 28 glibc has removed rpc headers and rpcgen, use libtirpc