From eb4ec70b0634d10888054efb0d52810f9e2b079a Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Wed, 27 Apr 2022 17:10:55 +0800 Subject: [PATCH] modify the patch for loongarch64 --- add-loongarch.patch | 2 +- libxcrypt.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/add-loongarch.patch b/add-loongarch.patch index 045087c..f3ebd15 100644 --- a/add-loongarch.patch +++ b/add-loongarch.patch @@ -6,7 +6,7 @@ index 445b946..1149b03 100644 GLIBC_2.0 linux.*gnu sh GLIBC_2.0 linux.*gnu sparc GLIBC_2.0 linux.*gnu x86_64 -+GLIBC_2.2.5 linux.*gnu loongarch64 ++GLIBC_2.27 linux.*gnu loongarch64 ERROR linux.*gnu . # Other systems. diff --git a/libxcrypt.spec b/libxcrypt.spec index 4eeb2b4..b90de3c 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,7 +1,7 @@ %define libdir /lib64 Name: libxcrypt Version: 4.4.26 -Release: 3 +Release: 4 Summary: Extended crypt library for DES, MD5, Blowfish and others License: LGPLv2+ and BSD and Public Domain URL: https://github.com/besser82/%{name} @@ -102,6 +102,9 @@ make check %changelog +* Tue Apr 26 2022 Wenlong Zhang - 4.4.26-4 +- modify the patch for loongarch64 + * Mon Apr 18 2022 xu_ping - 4.4.26-3 - add loongarch support -- Gitee