From 6124fcf88fc07628fdb979f5eee2670b130989fd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 26 Apr 2024 08:28:25 +0200 Subject: core/coreutils: redone i486 uname patch --- core/coreutils/PKGBUILD | 4 ++-- core/coreutils/coreutils-8.30-uname-i486.patch | Bin 478 -> 0 bytes core/coreutils/coreutils-9.5-uname-i486.patch | Bin 0 -> 499 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 core/coreutils/coreutils-8.30-uname-i486.patch create mode 100644 core/coreutils/coreutils-9.5-uname-i486.patch (limited to 'core') diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD index f4b69568..20eef67e 100644 --- a/core/coreutils/PKGBUILD +++ b/core/coreutils/PKGBUILD @@ -1,8 +1,8 @@ # 486-specific if [ "${CARCH}" = "i486" ]; then # make uname return i486 instead of i686 when used with setarch - source+=('coreutils-8.30-uname-i486.patch') - sha256sums+=('4e3971d7c5f6363d2d2ceeea23958ec6db1d6e5d2c7fc20bc5d6d6bfa7290ad0') + source+=('coreutils-9.5-uname-i486.patch') + sha256sums+=('9c8b9c88a2f737808ef43dca4c7ea03c638930e33f3c01e7c407ec6f9f67f218') fi # FS#66506: temporarily ignore test-login failure diff --git a/core/coreutils/coreutils-8.30-uname-i486.patch b/core/coreutils/coreutils-8.30-uname-i486.patch deleted file mode 100644 index f7872693..00000000 Binary files a/core/coreutils/coreutils-8.30-uname-i486.patch and /dev/null differ diff --git a/core/coreutils/coreutils-9.5-uname-i486.patch b/core/coreutils/coreutils-9.5-uname-i486.patch new file mode 100644 index 00000000..7250be30 Binary files /dev/null and b/core/coreutils/coreutils-9.5-uname-i486.patch differ -- cgit v1.2.3-54-g00ecf