3.8.4 GA, remove python-ctypes in rawhide per cstratak at redhat.com
This commit is contained in:
parent
dfbfed3499
commit
efd051180f
@ -161,7 +161,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.8.4
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -203,7 +203,6 @@ BuildRequires: ncurses-devel readline-devel
|
||||
BuildRequires: libxml2-devel openssl-devel
|
||||
BuildRequires: libaio-devel libacl-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-ctypes
|
||||
BuildRequires: userspace-rcu-devel >= 0.7
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
BuildRequires: automake
|
||||
@ -343,7 +342,7 @@ Group: Applications/File
|
||||
# We need python-gluster rpm for gluster module's __init__.py in Python
|
||||
# site-packages area
|
||||
Requires: python-gluster = %{version}-%{release}
|
||||
Requires: python python-ctypes
|
||||
Requires: python
|
||||
|
||||
%description extra-xlators
|
||||
GlusterFS is a distributed file-system capable of scaling to several
|
||||
@ -411,7 +410,7 @@ Summary: GlusterFS Geo-replication
|
||||
Group: Applications/File
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-server = %{version}-%{release}
|
||||
Requires: python python-ctypes
|
||||
Requires: python
|
||||
Requires: rsync
|
||||
|
||||
%description geo-replication
|
||||
@ -1207,6 +1206,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.4-2
|
||||
- 3.8.4 GA, remove python-ctypes in rawhide per cstratak at redhat.com
|
||||
|
||||
* Sat Sep 10 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.4-1
|
||||
- 3.8.4 GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user