!3 修复因缺少依赖导致编译失败问题

From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-03 15:35:35 +08:00 committed by Gitee
commit 0cea0499c4

View File

@ -1,6 +1,6 @@
Name: libaesgm
Version: 20090429
Release: 21
Release: 22
License: BSD
Summary: Encryption method AES (Rijndael) library implementation.
URL: http://brg.a2hosted.com//oldsite/cryptography_technology/index.php
@ -9,7 +9,7 @@ Source1: Makefile.aes
Patch0000: libaesgm-20090429-fileencrypt.patch
BuildRequires: make
BuildRequires: make gcc
%description
Encryption method AES (Rijndael) library implementation.
@ -47,5 +47,8 @@ cp %{SOURCE1} Makefile
%{_libdir}/libaesgm.so
%changelog
* Thu Jun 03 2021 wulei <wulei80@huawei.com> - 20090429-22
- fixes failed: cc: No such file or directory
* Fri Feb 21 2020 catastrowings <jianghuhao1994@163.com> - 20090429-21
- initial package