From c19a23c61df19335c99d935521ad35f21f68d981 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Wed, 12 Apr 2023 21:01:03 +0800 Subject: [PATCH] Fix build error error: Bad source: /home/abuild/rpmbuild/SOURCES/0007-Fix-build-error-if-compiler-is-clang.patch: No such file or directorym Signed-off-by: Chenxi Mao (cherry picked from commit fd6702ef6ffaf3a6cdf11b78e9a6292f6fece0e5) --- ....patch => 0007-Fix-build-error-if-compiler-is-clang.patch | 0 libaio.spec | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename bugfix-Fix-build-error-if-compiler-is-clang.patch => 0007-Fix-build-error-if-compiler-is-clang.patch (100%) diff --git a/bugfix-Fix-build-error-if-compiler-is-clang.patch b/0007-Fix-build-error-if-compiler-is-clang.patch similarity index 100% rename from bugfix-Fix-build-error-if-compiler-is-clang.patch rename to 0007-Fix-build-error-if-compiler-is-clang.patch diff --git a/libaio.spec b/libaio.spec index 1d7527c..06ab31e 100644 --- a/libaio.spec +++ b/libaio.spec @@ -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 - 0.3.113-9 +- Fix build error because of incorrect patch file name. + * Wed Apr 05 2023 Chenxi Mao - 0.3.113-8 - Fix build error if compiler is clang. -- Gitee