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

Evangelos Foutras foutrelis at gemini.archlinux.org
Mon May 30 14:44:52 UTC 2022


    Date: Monday, May 30, 2022 @ 14:44:52
  Author: foutrelis
Revision: 1216418

upgpkg: libguestfs 1.48.1-4: Perl 5.36 rebuild

Also switch to linux-lts in checkdeps to pass the test suite.

Modified:
  libguestfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 13:02:10 UTC (rev 1216417)
+++ PKGBUILD	2022-05-30 14:44:52 UTC (rev 1216418)
@@ -6,7 +6,7 @@
 
 pkgname=libguestfs
 pkgver=1.48.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Access and modify virtual machine disk images"
 arch=('x86_64')
 url="https://libguestfs.org/"
@@ -23,7 +23,9 @@
              'gobject-introspection' 'vala' 'bash-completion' 'cpio' 'java-environment'
              'php' 'lua' 'ruby-rake' 'ruby-rdoc' 'ruby' 'rust')
 # 'go' 'ghc' 'erlang-nox')
-checkdepends=('linux' ruby-test-unit)
+# using linux-lts for the tests, because of md test failures
+# possibly related to: https://bugs.archlinux.org/task/74888
+checkdepends=('linux-lts' ruby-test-unit)
 optdepends=(
   'gobject-introspection: GObject-Introspection Bindings'
   'java-runtime: for Java bindings'



More information about the arch-commits mailing list