[packages/ceph: 1/2] - updated to 0.59
qboosh
qboosh at pld-linux.org
Mon Apr 1 16:32:59 CEST 2013
commit c1654e297eeb6b8d6c86f16a9889c9bcf31639e7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 1 16:32:05 2013 +0200
- updated to 0.59
ceph.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 9f42c11..1340fab 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -6,12 +6,12 @@
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.58
+Version: 0.59
Release: 1
License: LGPL v2.1 (libraries), GPL v2 (some programs)
Group: Base
Source0: http://ceph.newdream.net/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 86c03dbae51545dadfd3ff27371bf15b
+# Source0-md5: 033f9dd30e732982d985d268a7b2ef53
Patch0: %{name}-init-fix.patch
Patch1: %{name}.logrotate.patch
Patch2: %{name}-link.patch
@@ -195,7 +195,10 @@ Klient Hadoopa dla systemu plików Ceph.
%{__autoheader}
%{__automake}
%{?with_hadoop:CPPFLAGS="%{rpmcppflags} -I%{_jvmdir}/java/include -I%{_jvmdir}/java/include/linux"}
+# ac_cv_prog_uudecode_base64=no is a hack to compile Test.class instead of
+# using included one which fails with Sun/Oracle JDK 1.6
%configure \
+ ac_cv_prog_uudecode_base64=no \
--sbindir=/sbin \
--with-cryptopp \
--with-hadoop%{!?with_hadoop:=no} \
@@ -276,6 +279,7 @@ fi
%attr(755,root,root) %{_bindir}/ceph-run
%attr(755,root,root) %{_bindir}/ceph-syn
%attr(755,root,root) %{_bindir}/ceph_filestore_dump
+%attr(755,root,root) %{_bindir}/ceph_mon_store_converter
%attr(755,root,root) %{_bindir}/cephfs
%attr(755,root,root) %{_bindir}/crushtool
%attr(755,root,root) %{_bindir}/librados-config
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/a9b47b68fc4a1a5370a876041b32a25baf2f8ba4
More information about the pld-cvs-commit
mailing list