From 2b5328665f5d8782420366996ec54e05b92c1011 Mon Sep 17 00:00:00 2001 From: autorepobot Date: Fri, 17 Jul 2026 09:13:19 +0800 Subject: [PATCH] Update package-rhel.sh (#9780) * Update package-rhel.sh * Update package-rhel-riscv.sh * Update package-rhel-loong.sh * Update package-debian.sh * Update package-debian-riscv.sh * Update package-debian-loong.sh * Update package-debian-riscv.sh * Update package-rhel-riscv.sh --- package-debian-loong.sh | 4 ++-- package-debian-riscv.sh | 6 +++--- package-debian.sh | 2 +- package-rhel-loong.sh | 6 +++--- package-rhel-riscv.sh | 8 ++++---- package-rhel.sh | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-debian-loong.sh b/package-debian-loong.sh index 7c749a41..a3b6f504 100644 --- a/package-debian-loong.sh +++ b/package-debian-loong.sh @@ -597,8 +597,8 @@ package_binary() { write_desktop_file "$stage" write_maintainer_scripts "$debian_dir" - extra_depends="libc6 (>= 2.39), fontconfig (>= 2.15.0), desktop-file-utils (>= 0.26), xdg-utils (>= 1.2.0), coreutils (>= 9.5), bash (>= 5.2.26), libfreetype6 (>= 2.13)" - + extra_depends="libc6 (>= 2.39), fontconfig (>= 2.15.0), desktop-file-utils (>= 0.26), xdg-utils (>= 1.1.3), coreutils (>= 9.4), bash (>= 5.2.21), libfreetype6 (>= 2.13)" + mkdir -p "$workdir/debian" cat > "$workdir/debian/control" < "$workdir/debian/control" < "$workdir/debian/control" <= 2.39 Requires: fontconfig >= 2.15.0 Requires: desktop-file-utils >= 0.26 -Requires: xdg-utils >= 1.2.0 -Requires: coreutils >= 9.5 -Requires: bash >= 5.2.26 +Requires: xdg-utils >= 1.1.3 +Requires: coreutils >= 9.4 +Requires: bash >= 5.2.21 Requires: freetype >= 2.13 %description diff --git a/package-rhel-riscv.sh b/package-rhel-riscv.sh index 13c4ac4c..24ead13b 100644 --- a/package-rhel-riscv.sh +++ b/package-rhel-riscv.sh @@ -12,7 +12,7 @@ MIN_KERNEL="5.10" PKGROOT="v2rayN-publish" PROJECT_HINT="v2rayN.Desktop/v2rayN.Desktop.csproj" RPM_TOPDIR="${HOME}/rpmbuild" -DOTNET_RISCV_VERSION="10.0.109" +DOTNET_RISCV_VERSION="10.0.110" DOTNET_RISCV_BASE="https://github.com/xujiegb/dotnet-riscv/releases/download" DOTNET_RISCV_FILE="dotnet-sdk-${DOTNET_RISCV_VERSION}-linux-riscv64.tar.gz" DOTNET_SDK_URL="${DOTNET_RISCV_BASE}/${DOTNET_RISCV_VERSION}/${DOTNET_RISCV_FILE}" @@ -512,9 +512,9 @@ Requires: cairo, pango, openssl, mesa-libEGL, mesa-libGL Requires: glibc >= 2.39 Requires: fontconfig >= 2.15.0 Requires: desktop-file-utils >= 0.26 -Requires: xdg-utils >= 1.2.0 -Requires: coreutils >= 9.5 -Requires: bash >= 5.2.26 +Requires: xdg-utils >= 1.1.3 +Requires: coreutils >= 9.4 +Requires: bash >= 5.2.21 Requires: freetype >= 2.13 %description diff --git a/package-rhel.sh b/package-rhel.sh index 129330f2..a01f9fa2 100644 --- a/package-rhel.sh +++ b/package-rhel.sh @@ -501,9 +501,9 @@ Requires: cairo, pango, openssl, mesa-libEGL, mesa-libGL Requires: glibc >= 2.39 Requires: fontconfig >= 2.15.0 Requires: desktop-file-utils >= 0.26 -Requires: xdg-utils >= 1.2.0 -Requires: coreutils >= 9.5 -Requires: bash >= 5.2.26 +Requires: xdg-utils >= 1.1.3 +Requires: coreutils >= 9.4 +Requires: bash >= 5.2.21 Requires: freetype >= 2.13 %description