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 1d7527cfdc87bfb339e1c6f6d2fe39ca026d9b17..06ab31e75f670d23ca83b72511277addad1d0f57 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.