From 0408d0654cf4e78223f5ad6756e90c37f10a5f7d Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 3 Jun 2021 15:18:35 +0800 Subject: [PATCH] fixes failed: cc: No such file or directory --- libaesgm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libaesgm.spec b/libaesgm.spec index fbdfe64..6fb0a0d 100644 --- a/libaesgm.spec +++ b/libaesgm.spec @@ -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 - 20090429-22 +- fixes failed: cc: No such file or directory + * Fri Feb 21 2020 catastrowings - 20090429-21 - initial package