]> git.pld-linux.org Git - packages/samba.git/commitdiff
- ceph is back (ceph_statx seems to be introduced in ceph 11)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jun 2020 04:14:26 +0000 (06:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Jun 2020 04:14:26 +0000 (06:14 +0200)
samba.spec

index d14533e013b23d6b395dd995a32c605ab4e2a01e..d12e4c8fc9bc38e0cbe7a1e560ec56a38b9b30bf 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # - bcond/subpackage for Spotlight tracker backend (BR: glib2-devel tracker-devel >= 2.0)?
-# - ressurect ceph (requires ceph_statx)
 # - gpfs.h (nfs-ganesha?)
 #
 # Note:
@@ -10,7 +9,7 @@
 #
 # Conditional build:
 %bcond_without ads             # ActiveDirectory support
-%bcond_with    ceph            # Ceph (RADOS) storage support
+%bcond_without ceph            # Ceph (RADOS) storage support
 %bcond_without cups            # CUPS support
 %bcond_without ldap            # LDAP support
 %bcond_without avahi           # Avahi support
@@ -72,7 +71,7 @@ URL:          https://www.samba.org/
 BuildRequires: acl-devel
 %{?with_avahi:BuildRequires:   avahi-devel}
 BuildRequires: bison
-%{?with_ceph:BuildRequires:    ceph-devel >= 0.73}
+%{?with_ceph:BuildRequires:    ceph-devel >= 11}
 BuildRequires: cmocka-devel >= 1.1.3
 %if %{with winexe}
 BuildRequires: crossmingw32-gcc
@@ -227,6 +226,7 @@ Summary:    VFS module to host shares on Ceph file system
 Summary(pl.UTF-8):     Moduł VFS do serwowania zasobów z systemu plików Ceph
 Group:         Networking/Daemons
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      ceph-libs >= 11
 
 %description vfs-ceph
 VFS module to host shares on Ceph file system.
This page took 0.371701 seconds and 4 git commands to generate.