diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-30 12:56:13 -0400 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-10-10 12:54:04 -0700 |
commit | 508c121819e70870d2f65aeb85c4b8be6cb1caf6 (patch) | |
tree | 9c56c9f4fe3c6456e68ea4c25a38f7ce55e67044 | |
parent | bdec1358459cb54772c1f6877a266d1c89d35dab (diff) | |
download | ceph-508c121819e70870d2f65aeb85c4b8be6cb1caf6.tar.gz |
remove python-ceph from ceph.spec.in
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r-- | ceph.spec.in | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index a60d87ad814..c02b0ece782 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -21,7 +21,6 @@ Requires: librados2 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} Requires: python Requires: python-argparse -Requires: python-ceph Requires: xfsprogs Requires: cryptsetup Requires: parted @@ -185,22 +184,6 @@ performance, reliability, and scalability. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. -%package -n python-ceph -Summary: Python libraries for the Ceph distributed filesystem -Group: System Environment/Libraries -License: LGPL-2.0 -Requires: librados2 = %{version}-%{release} -Requires: librbd1 = %{version}-%{release} -Requires: libcephfs1 = %{version}-%{release} -Requires: python-flask -Requires: python-requests -%if 0%{defined suse_version} -%py_requires -%endif -%description -n python-ceph -This package contains Python libraries for interacting with Cephs RADOS -object storage. - %package -n rest-bench Summary: RESTful benchmark Group: System Environment/Libraries @@ -341,7 +324,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/bootstrap-mds # Fedora seems to have some problems with this macro, use it only on SUSE %fdupes -s $RPM_BUILD_ROOT/%{python_sitelib} %fdupes %buildroot -%endif +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -371,7 +354,7 @@ fi %endif # Package removal cleanup if [ "$1" -eq "0" ] ; then - rm -rf /var/log/ceph + rm -rf /var/log/ceph rm -rf /etc/ceph fi @@ -585,15 +568,6 @@ fi /sbin/ldconfig ################################################################################# -%files -n python-ceph -%defattr(-,root,root,-) -%{python_sitelib}/rados.py* -%{python_sitelib}/rbd.py* -%{python_sitelib}/cephfs.py* -%{python_sitelib}/ceph_argparse.py* -%{python_sitelib}/ceph_rest_api.py* - -################################################################################# %files -n rest-bench %defattr(-,root,root,-) %{_bindir}/rest-bench |