diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 2fefa47..cf54d9e 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -6,7 +6,7 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 100 +%define main_release 101 %define samba_version 4.16.10 # This should be rc1 or nil @@ -133,9 +133,6 @@ Requires: %{name}-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} %endif -%if %{with_vfs_glusterfs} -Requires: %{name}-vfs-glusterfs = %{samba_depver} -%endif Requires: pam @@ -225,8 +222,7 @@ BuildRequires: zlib-devel >= 1.2.3 BuildRequires: pkgconfig(libsystemd) %if %{with_vfs_glusterfs} -BuildRequires: glusterfs-api-devel >= 3.4.0.16 -BuildRequires: glusterfs-devel >= 3.4.0.16 +BuildRequires: glusterfs-api-devel >= 6.0 %endif %if %{with_vfs_cephfs} @@ -519,8 +515,7 @@ Samba VFS module for Ceph distributed storage system integration. %if %{with_vfs_glusterfs} %package vfs-glusterfs Summary: Samba VFS module for GlusterFS -Requires: glusterfs-api >= 3.4.0.16 -Requires: glusterfs >= 3.4.0.16 +Requires: glusterfs-api >= 6.0 Requires: %{name} = %{samba_depver} Requires: %{name}-common-libs = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} @@ -3981,6 +3976,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Jun 06 2023 - Anoop C S - 4.16.10-101 +- Rebuild with updated GlusterFS API dependency + * Mon Apr 03 2023 - Anoop C S - 4.16.10-100 - v4.16.10 GA