Date: Friday, March 17, 2017 @ 11:52:34 Author: tpowa Revision: 290987
upgpkg: cifs-utils 6.7-2 fix #42052 idmap-plugin, fix #53224 add missing utils Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 11:25:36 UTC (rev 290986) +++ PKGBUILD 2017-03-17 11:52:34 UTC (rev 290987) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils pkgver=6.7 -pkgrel=1 +pkgrel=2 pkgdesc="CIFS filesystem user-space tools" arch=(i686 x86_64) url="http://wiki.samba.org/index.php/LinuxCIFS_utils" @@ -28,6 +28,9 @@ install -m 644 contrib/request-key.d/cifs.spnego.conf $pkgdir/etc/request-key.d # set mount.cifs uid, to enable none root mounting form fstab chmod +s $pkgdir/usr/bin/mount.cifs + # fix idmap-plugin #42052 + mkdir -p $pkgdir/etc/cifs-utils + ln -s /usr/lib/cifs-utils/idmapwb.so ${pkgdir}/etc/cifs-utils/idmap-plugin } md5sums=('af3ae1d27aca624c4daac5bf3eb0d4c1' 'SKIP')
