Date: Sunday, March 12, 2023 @ 06:10:34 Author: tpowa Revision: 470653
upgpkg: cifs-utils 7.0-3: fix #77817 add libcap-ng as depend and remove libcap configure option Modified: cifs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-11 23:11:43 UTC (rev 470652) +++ PKGBUILD 2023-03-12 06:10:34 UTC (rev 470653) @@ -1,12 +1,12 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=cifs-utils pkgver=7.0 -pkgrel=2 +pkgrel=3 pkgdesc="CIFS filesystem user-space tools" arch=(x86_64) url="https://wiki.samba.org/index.php/LinuxCIFS_utils" license=('GPL') -depends=('libcap' 'keyutils' 'krb5' 'talloc' 'pam' 'libwbclient') +depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'pam' 'libwbclient') makedepends=('python-docutils') optdepends=('python: for smb2-quota and smbinfo script') source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc}) @@ -27,7 +27,7 @@ autoreconf -i # https://www.spinics.net/lists/linux-cifs/msg21550.html # change back to libcap-ng depend when upstream is fixed - ./configure --prefix=/usr --with-libcap=yes --sbindir=/usr/bin --disable-systemd + ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd make }
