From a72748f232f2c72f59304bf8ff50ef88ffbc5bcd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Oct 26 2020 08:47:36 +0000 Subject: Remove unneeded with_clustering_support define --- diff --git a/samba.spec b/samba.spec index c6fe147..d5ab7af 100644 --- a/samba.spec +++ b/samba.spec @@ -86,12 +86,6 @@ %global required_mit_krb5 1.18 -%global with_clustering_support 0 - -%if %{with clustering} -%global with_clustering_support 1 -%endif - # Enable winexe by default %bcond_without winexe @@ -771,7 +765,7 @@ Winexe is a Remote Windows®-command executor %endif ### CTDB -%if %with_clustering_support +%if %{with clustering} %package -n ctdb Summary: A Clustered Database based on Samba's Trivial Database (TDB) @@ -824,7 +818,7 @@ CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. -#endif with_clustering_support +#endif with clustering %endif @@ -899,7 +893,7 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %if %{without vfs_glusterfs} --disable-glusterfs \ %endif -%if %with_clustering_support +%if %{with clustering} --with-cluster-support \ %endif %if %{with testsuite} @@ -978,13 +972,13 @@ install -m 0744 packaging/printing/smbprint %{buildroot}%{_bindir}/smbprint install -d -m 0755 %{buildroot}%{_tmpfilesdir} # Create /run/samba. echo "d /run/samba 755 root root" > %{buildroot}%{_tmpfilesdir}/samba.conf -%if %with_clustering_support +%if %{with clustering} echo "d /run/ctdb 755 root root" > %{buildroot}%{_tmpfilesdir}/ctdb.conf %endif install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba -%if %with_clustering_support +%if %{with clustering} cat > %{buildroot}%{_sysconfdir}/sysconfig/ctdb <