From ec5708280c044de972a0a9b281a0fac6d3cf1848 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Wed, 25 May 2022 11:35:06 +0800 Subject: [PATCH] modify the version of glibc to support loongarch64 --- 0001-anolis-libxcrypt-add-loongarch64.patch | 2 +- libxcrypt.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/0001-anolis-libxcrypt-add-loongarch64.patch b/0001-anolis-libxcrypt-add-loongarch64.patch index beec457..fcec59d 100644 --- a/0001-anolis-libxcrypt-add-loongarch64.patch +++ b/0001-anolis-libxcrypt-add-loongarch64.patch @@ -5,4 +5,4 @@ diff -urN libxcrypt-4.1.1/libcrypt.minver libxcrypt-4.1.1-new/libcrypt.minver sh.* GLIBC_2.0 sparc.* GLIBC_2.0 x86_64.* GLIBC_2.0 /* 32 */ -+loongarch64.* GLIBC_2.2.5 ++loongarch64.* GLIBC_2.27 diff --git a/libxcrypt.spec b/libxcrypt.spec index 06712d3..9ef2a9e 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Shared object version of libcrypt. %global soc 1 %global sol 1 @@ -186,6 +186,9 @@ is highly discouraged. %changelog +* Tue May 24 2022 Wenlong Zhang - 4.1.1-6.0.2 +- modify the version of glibc to support loongarch64 + * Fri Sep 17 2021 liuyaxuan - 4.1.1-6.0.1 - anolis libxcrypt add loongarch64 -- Gitee