From: Jakub Bogusz Date: Mon, 30 Jun 2014 16:32:13 +0000 (+0200) Subject: - updated to 0.82 X-Git-Tag: auto/th/ceph-0.82-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fceph.git;a=commitdiff_plain;h=ae4b512740b4d33d59719bab7e6368f9e17500a2 - updated to 0.82 - zfs support builds now --- diff --git a/ceph.spec b/ceph.spec index 036e4af..0ab3e41 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,17 +1,17 @@ # # Conditional build: %bcond_without java # Java binding -%bcond_with zfs # ZFS support [needs zfs.pc, not provided yet(?)] +%bcond_with zfs # ZFS support # 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.81 +Version: 0.82 Release: 1 License: LGPL v2.1 (libraries), GPL v2 (some programs) Group: Base Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 5020b63746ccbaa454aab09450ee7a43 +# Source0-md5: 26cc762f36786ab601705a9d3a30e16e Patch0: %{name}-init-fix.patch Patch1: %{name}.logrotate.patch URL: http://ceph.com/ @@ -190,6 +190,7 @@ Agenci OCF do monitorowania procesów Cepha. # using included one which fails with Sun/Oracle JDK 1.6 %configure \ %{?with_java:JAVAC=/usr/bin/javac} \ + %{?with_zfs:LIBZFS_CFLAGS="-I/usr/include/libzfs -I/usr/include/libspl"} \ ac_cv_prog_uudecode_base64=no \ --sbindir=/sbin \ --with-cryptopp \ @@ -273,6 +274,7 @@ fi %attr(755,root,root) %{_bindir}/ceph_filestore_tool %attr(755,root,root) %{_bindir}/ceph_mon_store_converter %attr(755,root,root) %{_bindir}/cephfs +%attr(755,root,root) %{_bindir}/cephfs-journal-tool %attr(755,root,root) %{_bindir}/crushtool %attr(755,root,root) %{_bindir}/librados-config %attr(755,root,root) %{_bindir}/monmaptool