From bc8848e0cfd33e2f1085979976937440ab0a5ea7 Mon Sep 17 00:00:00 2001 From: liheavy Date: Fri, 3 Mar 2023 19:28:40 +0800 Subject: [PATCH] Add parameter.h to the rpm package (cherry picked from commit 1400893a12121af436d4719428baf0a6b45d756b) --- dsoftbus.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dsoftbus.spec b/dsoftbus.spec index de9674b..0a97a51 100644 --- a/dsoftbus.spec +++ b/dsoftbus.spec @@ -14,7 +14,7 @@ Name: dsoftbus Version: 1.0.0 -Release: 8 +Release: 9 Summary: openEuler embedded softbus capability support License: Apache License 2.0 Url: https://openeuler.gitee.io/yocto-meta-openeuler/features/distributed_softbus.html @@ -192,6 +192,7 @@ ${dsoftbus_build_dir}/foundation/communication/dsoftbus/core/common/include/soft ${dsoftbus_build_dir}/base/security/deviceauth/interfaces/innerkits/*.h \ ${dsoftbus_build_dir}/third_party/cJSON/*.h \ ${dsoftbus_build_dir}/third_party/bounds_checking_function/include/*.h \ +${dsoftbus_build_dir}/depend/syspara/include/*.h \ %{buildroot}/%{_includedir}/dsoftbus # strip symbol table @@ -205,6 +206,9 @@ find %{buildroot} -type f -name "softbus_server_main" -exec strip '{}' ';' /data/data %changelog +* Fri Mar 3 2023 liheavy - 1.0.0-9 +- Old rpm package missing file parameter.h, add it to the rpm package + * Wed Mar 1 2023 liheavy - 1.0.0-8 - Add strip -- Gitee