!61 修复构建失败

From: @chenxi-mao 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2023-04-13 01:07:42 +00:00 committed by Gitee
commit a4819fb8ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: libaio
Version: 0.3.113
Release: 8
Release: 9
Summary: Linux-native asynchronous I/O access library
License: LGPLv2+
URL: https://pagure.io/libaio
@ -69,6 +69,9 @@ make check
%attr(0755,root,root) %{_libdir}/libaio.so
%changelog
* Wed Apr 12 2023 Chenxi Mao <chenxi.mao@suse.com> - 0.3.113-9
- Fix build error because of incorrect patch file name.
* Wed Apr 05 2023 Chenxi Mao <chenxi.mao@suse.com> - 0.3.113-8
- Fix build error if compiler is clang.