remove debug_package %{nil} to strip files and provide debug packages

(cherry picked from commit 6197711bcc8e0dc71ae6c1f4faf1a0692cde9ab0)
This commit is contained in:
Zhen Chen 2022-12-12 17:26:55 +08:00 committed by openeuler-sync-bot
parent 0a3885ee4d
commit 0fd2bc6825

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