[packages/ceph] R: python-ceph
jajcus
jajcus at pld-linux.org
Mon Apr 27 13:32:36 CEST 2015
commit 7cabda166189a17b089638de03577ae1137fc1df
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Apr 27 13:31:17 2015 +0200
R: python-ceph
> $ ceph --version
> Traceback (most recent call last):
> File "/usr/bin/ceph", line 64, in <module>
> import rados
> ImportError: No module named rados
Release: 2
ceph.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ceph.spec b/ceph.spec
index 20604f4..84b97fb 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -17,7 +17,7 @@ Summary: User space components of the Ceph file system
Summary(pl.UTF-8): Działające w przestrzeni użytkownika elementy systemu plików Ceph
Name: ceph
Version: 0.94.1
-Release: 1
+Release: 2
License: LGPL v2.1 (libraries), GPL v2 (some programs)
Group: Base
Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
@@ -69,6 +69,7 @@ BuildRequires: yasm
Requires(post,preun): /sbin/chkconfig
Requires(preun): rc-scripts
Requires: %{name}-libs = %{version}-%{release}
+Requires: python-%{name} = %{version}-%{release}
Obsoletes: gcephtool
Obsoletes: hadoop-cephfs
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/7cabda166189a17b089638de03577ae1137fc1df
More information about the pld-cvs-commit
mailing list