diff --git a/0001-anolis-libxcrypt-add-loongarch64.patch b/0001-anolis-libxcrypt-add-loongarch64.patch index beec457dc54bd4028148db6b46176e9cd01d643e..fcec59d81c5163aa7b67ed33b899e25bb2f262d9 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 06712d385b2acd7259a96f63c5ee8b52e1cbff86..9ef2a9eccc4f6b26471aefafb0ca68c8b34263a1 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