[arch-commits] Commit in samba/trunk (PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Mon Aug 8 11:42:19 UTC 2022


    Date: Monday, August 8, 2022 @ 11:42:18
  Author: tpowa
Revision: 452410

upgpkg: samba 4.16.4-3: disable cluster support and remove ceph-libs dependency

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-08 08:48:24 UTC (rev 452409)
+++ PKGBUILD	2022-08-08 11:42:18 UTC (rev 452410)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.4
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://www.samba.org"
 license=('GPL3')
@@ -19,7 +19,7 @@
              'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
              'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
              'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
-             'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
+             'liburing' 'perl-json' 'glusterfs')
 optdepends=(
              'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup'
              'python-markdown: for samba-tool domain schemeupgrade'
@@ -76,7 +76,6 @@
               --bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
               --with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring \
               --disable-rpath-install \
-              --with-cluster-support \
               --with-profiling-data
 
               # Add this to the options once it's working...
@@ -155,7 +154,7 @@
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1'
          'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme'
-         'ceph-libs' 'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing' 'libunwind')
+       'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing' 'libunwind')
 backup=(etc/logrotate.d/samba
         etc/pam.d/samba
         etc/conf.d/samba)
@@ -203,12 +202,6 @@
   
   # copy ldap example
   install -D -m644 "${srcdir}"/samba-${pkgver}/examples/LDAP/samba.schema "${pkgdir}"/usr/share/doc/samba/examples/LDAP/samba.schema
-
-  # Fix waf installing the wrong permissions for sudoers.d
-  chmod 750 ${pkgdir}/etc/sudoers.d
-  chmod 440 ${pkgdir}/etc/sudoers.d/ctdb
-  # install ctdb service
-  install -D -m644 "${srcdir}"/samba-${pkgver}/ctdb/config/ctdb.service  ${pkgdir}/usr/lib/systemd/system/ctdb.service
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list