From 9faac4bf4dfc4aa3cad20c80a2dc6d5044a9ab83 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:58:07 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- source.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 0cff22f..dd4cc07 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: util-linux description: Linux system utilities version: "2.42" -revision: 1 +revision: 2 url: https://github.com/util-linux/util-linux license: GPL2 maintainers: @@ -26,7 +26,7 @@ make_depends: - bash-completion - cryptsetup - meson - - python3 + - python3=3.14.* - sqlite - udev downloads: diff --git a/source.sh b/source.sh index 532e6f3..fe8cc35 100644 --- a/source.sh +++ b/source.sh @@ -28,8 +28,8 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - cd tests - SHELL=/bin/sh ./run.sh --exclude="kill/decode" # kill/decode test fails with bash 5.3 + cd build + SHELL=/bin/sh ../tests/run.sh --show-diff --exclude="lsfd/assoc-pidfs" # Test fails for some reason } # The package function is executed in the source directory