From c166c550af4f6b106a34d968737402b5746877af Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 28 Jul 2022 09:57:44 +0800 Subject: [PATCH] Rebuild for upgrade Signed-off-by: yixiangzhike --- libxcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 534dfe0..677859b 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,7 +1,7 @@ %define libdir /lib64 Name: libxcrypt Version: 4.4.26 -Release: 1 +Release: 2 Summary: Extended crypt library for DES, MD5, Blowfish and others License: LGPLv2+ and BSD and Public Domain URL: https://github.com/besser82/%{name} @@ -101,6 +101,9 @@ make check %changelog +* Thu Jul 28 2022 yixiangzhike - 4.4.26-2 +- rebuild for upgrade + * Thu Dec 30 2021 yixiangzhike - 4.4.26-1 - update to 4.4.26 -- Gitee