!15 添加parameter.h头文件到rpm中
From: @liheavy Reviewed-by: @vonhust Signed-off-by: @vonhust
This commit is contained in:
commit
537884aa99
@ -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 <lihaiwei8@huawei.com> - 1.0.0-9
|
||||
- Old rpm package missing file parameter.h, add it to the rpm package
|
||||
|
||||
* Wed Mar 1 2023 liheavy <lihaiwei8@huawei.com> - 1.0.0-8
|
||||
- Add strip
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user