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

Jelle van der Waa jelle at archlinux.org
Tue Mar 31 10:02:09 UTC 2020


    Date: Tuesday, March 31, 2020 @ 10:02:09
  Author: jelle
Revision: 378815

upgpkg: samba 4.12.0-2

Resolve FS#65371, FS#62119, FS#53467, FS#49356

Modified:
  samba/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 09:07:59 UTC (rev 378814)
+++ PKGBUILD	2020-03-31 10:02:09 UTC (rev 378815)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.samba.org"
 license=('GPL3')
@@ -18,7 +18,11 @@
 makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
              'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
              'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
-             'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
+             'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
+             'ceph-libs')
+optdepends=(
+             'python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup'
+)
 source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
         samba.logrotate
         samba.pam
@@ -63,6 +67,7 @@
               --bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
               --with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules} \
               --disable-rpath-install \
+              --with-cluster-support \
               --with-system-mitkrb5 \
               --with-experimental-mit-ad-dc
 
@@ -201,6 +206,7 @@
   # spool directory
   install -d -m1777 "${pkgdir}"/var/spool/samba
   
+  rm -rf "${pkgdir}"/run
   rm -rf "${pkgdir}"/var/run
   rm -rf "${pkgdir}"/etc/sysconfig
   



More information about the arch-commits mailing list