From 49f78dccc71e9821d4199e50424581c9863d4794 Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Mon, 22 Jun 2020 21:58:29 +0800 Subject: [PATCH] Fix build error --- bounds_checking_function.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bounds_checking_function.spec b/bounds_checking_function.spec index 7faf82e..e2d7f7f 100644 --- a/bounds_checking_function.spec +++ b/bounds_checking_function.spec @@ -1,6 +1,7 @@ +%define debug_package %{nil} Name: bounds_checking_function Version: v1.1.10 -Release: 1 +Release: 2 License: Mulan PSL v2 Summary: Enhanced safety functions Url: https://gitee.com/openeuler/bounds_checking_function @@ -40,4 +41,5 @@ rm -rf %{buildroot} %license LICENSE %changelog - +* Mon Jun 22 2020 Guoshuai Sun - v1.1.10-2 +- Fix build error. -- Gitee