!13 [sync] PR-8: remove debug_package %{nil} to strip files and provide debug packages

From: @openeuler-sync-bot 
Reviewed-by: @bitcoffee 
Signed-off-by: @bitcoffee
This commit is contained in:
openeuler-ci-bot 2023-06-16 08:47:22 +00:00 committed by Gitee
commit 1bc41d1f91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,6 @@
%global debug_package %{nil}
Name: libyang
Version: 1.0.184
Release: 4
Release: 5
Summary: YANG data modeling language library
Url: https://github.com/CESNET/libyang
Source: %{url}/archive/%{name}-%{version}.tar.gz
@ -130,6 +129,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
%{python3_sitearch}/__pycache__/yang*
%changelog
* Tue Dec 13 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.184-5
- remove debug_package %{nil} to strip files and provide debug packages
* Wed Aug 25 2021 orange-snn <songnannan2@huawei.com> - 1.0.184-4
- change the python3 package name to python3-pyang from python3-libyang