From efd051180f055dc1743b7be2d631e6c693607881 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 21 Sep 2016 13:41:34 -0400 Subject: [PATCH] 3.8.4 GA, remove python-ctypes in rawhide per cstratak at redhat.com --- glusterfs.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index 30603a2..f97b947 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -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 - 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 - 3.8.4-1 - 3.8.4 GA