From 0853a605359508ae69d9544b19a5bd21458f979f Mon Sep 17 00:00:00 2001 From: Li Jinlin Date: Thu, 12 May 2022 19:53:18 +0800 Subject: [PATCH] fix patch4 not apply (cherry picked from commit 1e083192c0ad455e991ec294cada443e86dcd456) --- libaio.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index 7cdf6bd..2508ad1 100644 --- a/libaio.spec +++ b/libaio.spec @@ -2,7 +2,7 @@ Name: libaio Version: 0.3.112 -Release: 3 +Release: 4 Summary: Linux-native asynchronous I/O access library License: LGPLv2+ URL: https://pagure.io/libaio @@ -41,6 +41,8 @@ Files for libaio development %patch2 -p1 -b .makefile-cflags %endif %patch3 -p1 -b .fix-x32 +%patch4 -p1 -b .makefile-add-D_FORTIFY_SOURCE-flag + mv %{name}-%{version} setup-%{name}-%{version} @@ -72,6 +74,9 @@ make check %attr(0755,root,root) %{_libdir}/libaio.so %changelog +* Thu May 12 2022 Li Jinlin - 0.3.112-4 +- fix patch4 not apply + * Wed Dec 1 2021 volcanodragon - 0.3.112-3 - add D_FORTIFY_SOURCE flag to Makefile for security -- Gitee