Date: Monday, March 6, 2017 @ 08:12:15 Author: mtorromeo Revision: 215066
upgpkg: sssd 1.15.1-1 Modified: sssd/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-06 08:11:27 UTC (rev 215065) +++ PKGBUILD 2017-03-06 08:12:15 UTC (rev 215066) @@ -3,11 +3,11 @@ # Maintainer: Mantas M. <[email protected]> pkgname=sssd -pkgver=1.15.0 +pkgver=1.15.1 pkgrel=1 pkgdesc="System Security Services Daemon" arch=('i686' 'x86_64') -url="https://fedorahosted.org/sssd/" +url="https://pagure.io/SSSD/sssd" license=('GPL3') depends=( 'bind' # for nsupdate @@ -29,8 +29,8 @@ 'python2' 'samba' # for libndr-nbt headers ) -source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('0c9fc62c1b9bcdca649223d9f673b9a73f273e56') +source=("https://releases.pagure.org/SSSD/$pkgname/$pkgname-$pkgver.tar.gz") +sha1sums=('e737cb28d8e451f36d69f4a7d64d285c4859dce1') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -52,6 +52,7 @@ --libexecdir=/usr/lib/sssd \ --datadir=/usr/share \ --enable-pammoddir=/usr/lib/security \ + --enable-files-domain \ --with-initscript=systemd \ --with-os=fedora \ --with-pid-path=/run \
