From 664db815c64b50577b9668f2e9611f0327056afa Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Tue, 13 Dec 2022 11:40:26 +0800 Subject: [PATCH] provides libgcrypt-sm3 --- libgcrypt.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libgcrypt.spec b/libgcrypt.spec index 9b0d463..9c10c59 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -4,7 +4,7 @@ Name: libgcrypt Version: 1.9.4 -Release: 2 +Release: 3 Summary: A general-purpose cryptography library License: LGPLv2+ URL: https://www.gnupg.org/ @@ -30,6 +30,8 @@ Patch14: backport-Clear-AESWRAP-scratch-area-immediately-after-use.patch BuildRequires: gcc texinfo autoconf automake libtool BuildRequires: gawk libgpg-error-devel >= 1.11 pkgconfig +Provides: %{name}-sm3 = %{version}-%{release} + %description Libgcrypt is a general purpose cryptographic library originally based on code from GnuPG. @@ -131,6 +133,12 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf %{_infodir}/gcrypt.info* %changelog +* Tue Dec 13 2022 zhengxiaoxiao - 1.9.4-3 +- Type:requirements +- ID:NA +- SUG:NA +- DESC:provides libgcrypt-sm3 + * Mon Nov 14 2022 zhengxiaoxiao - 1.9.4-2 - Type:bugfix - ID:NA -- Gitee