Date: Monday, August 31, 2020 @ 14:34:19 Author: diabonas Revision: 694205
upgpkg: clevis 14-1: upstream release The fakeroot workaround to get better test coverage does not appear to work any more, tests fail with errors like cp: error writing '/tmp/tmp.XXXXXXXXXX/luks1.cached': No space left on device (completely unrelated to the actual funtionality to be tested), so drop fakeroot. Modified: clevis/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-31 14:31:57 UTC (rev 694204) +++ PKGBUILD 2020-08-31 14:34:19 UTC (rev 694205) @@ -1,7 +1,7 @@ # Maintainer: Jonas Witschel <diabo...@archlinux.org> pkgname=clevis -pkgver=13 -_commit=0bea5c4f6594a4611498cfbcfe123ed3e092b1e5 # signed commit corresponding to tag "v$pkgver" +pkgver=14 +_commit=44b7b6ef3b1bdce67fff737daa72b25671f4ce2c # signed commit corresponding to tag "v$pkgver" pkgrel=1 pkgdesc='Automated Encryption Framework' arch=('x86_64') @@ -9,7 +9,7 @@ license=('GPL3') depends=('bash' 'jose') makedepends=('git' 'meson' 'asciidoc' 'audit' 'bash-completion' 'cryptsetup' 'dracut' 'glib2' - 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 'udisks2') + 'jansson' 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 'udisks2') checkdepends=('jq' 'tang') optdepends=('audit: UDisks2 unlocker support' 'cryptsetup: LUKS unlocker support' @@ -40,9 +40,7 @@ check() { cd "$pkgname" - # The LUKS tests are skipped when not running as root but work fine without - # actual root privileges, so use fakeroot to bypass the root check - fakeroot ninja -C build test + ninja -C build test } package() {