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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jul 14 14:17:54 UTC 2015


    Date: Tuesday, July 14, 2015 @ 16:17:54
  Author: mtorromeo
Revision: 136887

upgpkg: sssd 1.13.0-1

Updated to 1.13.0

Modified:
  sssd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 14:13:15 UTC (rev 136886)
+++ PKGBUILD	2015-07-14 14:17:54 UTC (rev 136887)
@@ -3,7 +3,7 @@
 # Maintainer: Mantas M. <grawity at gmail.com>
 
 pkgname=sssd
-pkgver=1.12.5
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('i686' 'x86_64')
@@ -24,12 +24,13 @@
 makedepends=(
   'docbook-xsl'
   'doxygen'
+  'python'
   'python2'
   'samba'         # for libndr-nbt headers
 )
 source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
         'sssd.service')
-sha1sums=('2e3fdabbf49d7031ac9b72bbbf9e364909c638ab'
+sha1sums=('f9c57cfb91d8e0e35d565a1d5b165e8f669989d2'
           '2d10db3d6f54a58bbf8d1f27328e68555256e0ce')
 
 prepare() {
@@ -44,7 +45,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  export PYTHON=/usr/bin/python2
   ./configure \
     --prefix=/usr                                 \
     --sbindir=/usr/bin                            \
@@ -56,7 +56,9 @@
     --with-initscript=systemd                     \
     --with-os=fedora                              \
     --with-pid-path=/run                          \
-    --with-python-bindings                        \
+    --with-python2-bindings                       \
+    --with-python3-bindings                       \
+    --with-syslog=journald                        \
     --without-selinux                             \
     --without-semanage                            \
     --with-systemdunitdir=/usr/lib/systemd/system \



More information about the arch-commits mailing list