From 0bcbddc501a978ebe14580a1df31f7e701ab7973 Mon Sep 17 00:00:00 2001 From: TomNewChao <353712216@qq.com> Date: Thu, 20 Apr 2023 16:37:43 +0800 Subject: [PATCH] Support samba share the file from cephfs --- samba.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 525033c..e4086c6 100644 --- a/samba.spec +++ b/samba.spec @@ -12,7 +12,7 @@ %global with_libsmbclient 1 %global with_libwbclient 1 %global with_profiling 1 -%global with_vfs_cephfs 0 +%global with_vfs_cephfs 1 %global with_vfs_glusterfs 0 %ifarch x86_64 @@ -48,7 +48,7 @@ Name: samba Version: 4.17.5 -Release: 4 +Release: 5 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -3523,6 +3523,12 @@ fi %endif %changelog +* Fri Apr 21 2023 Tom_zc - 4.17.5-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Support samba share the file from cephfs + * Sat Apr 01 2023 xinghe - 4.17.5-4 - Type:cves - ID:CVE-2023-0225 CVE-2023-0614 CVE-2023-0922 -- Gitee