]> git.pld-linux.org Git - packages/ceph.git/blobdiff - ceph.spec
- release 6 (by relup.sh)
[packages/ceph.git] / ceph.spec
index 32e62fbce45212dba1bcb9ee0e6ef5083a804c7b..3e1e73924c7bcd4f4173a2b50a5b3a84418b24b9 100644 (file)
--- a/ceph.spec
+++ b/ceph.spec
@@ -11,7 +11,7 @@
 %bcond_with    cryptopp        # use cryptopp instead of NSS crypto/SSL
 %bcond_with    dpdk            # DPDK messaging (requires cryptopp instead of nss)
 %bcond_without fcgi            # RADOS Gateway FCGI frontend
-%bcond_without fio             # FIO engines support
+%bcond_with    fio             # FIO engines support
 %bcond_without pmem            # PMDK (persistent memory) support
 %bcond_with    spdk            # Ceph SPDK support (DPDK based)
 %bcond_without system_rocksdb  # system RocksDB storage support
@@ -34,7 +34,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:       12.2.13
-Release:       1
+Release:       6
 License:       LGPL v2.1 (libraries), GPL v2 (some programs)
 Group:         Base
 Source0:       http://download.ceph.com/tarballs/%{name}-%{version}.tar.gz
@@ -308,7 +308,8 @@ cd build
        %{?with_system_rocksdb:-DWITH_SYSTEM_ROCKSDB=ON} \
        -DWITH_SYSTEMD=ON \
        %{?with_accelio:-DWITH_XIO=ON} \
-       %{?with_zfs:-DWITH_ZFS=ON}
+       %{?with_zfs:-DWITH_ZFS=ON} \
+       -DWITH_REENTRANT_STRSIGNAL=ON
 
 %{__make}
 
This page took 0.082336 seconds and 4 git commands to generate.