diff --git a/bounds_checking_function.spec b/bounds_checking_function.spec index 7faf82e19543b2ae2c0d58b4b8a8c263015624e1..e2d7f7fa81e572df6642001a885b51f312fa909d 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.