!7 [sync] PR-4: 修改错误的source地址

From: @openeuler-sync-bot 
Reviewed-by: @cherry530, @wang--ge 
Signed-off-by: @cherry530, @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-03-26 07:59:06 +00:00 committed by Gitee
commit 50154bfa98
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libaesgm
Version: 20090429
Release: 22
Release: 23
License: BSD
Summary: Encryption method AES (Rijndael) library implementation.
URL: http://brg.a2hosted.com//oldsite/cryptography_technology/index.php
Source0: https://github.com/BrianGladman/aes/archive/master.zip
Source0: https://github.com/BrianGladman/aes/archive/d05d6f0.zip
Source1: Makefile.aes
Patch0000: libaesgm-20090429-fileencrypt.patch
@ -22,7 +22,7 @@ Requires: %{name} = %{version}-%{release}
Libaesgm-devel - Development files for libaesgm
%prep
%setup -q -n aes-master
%setup -q -n aes-d05d6f02c15ece6e322988c44ca96061741ae264
cp %{SOURCE1} Makefile
%patch0 -p1
@ -47,6 +47,9 @@ cp %{SOURCE1} Makefile
%{_libdir}/libaesgm.so
%changelog
* Mon Nov 21 2022 liyanan <liyanan32@h-partners.com> - 20090429-23
- Change source
* Thu Jun 03 2021 wulei <wulei80@huawei.com> - 20090429-22
- fixes failed: cc: No such file or directory