diff --git a/libyang.spec b/libyang.spec index 9ce3a1ad851cc5581f8c9c8fcf72e8e71c57932a..c28f9197371d6036c43baced576176b0a355b989 100644 --- a/libyang.spec +++ b/libyang.spec @@ -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 - 1.0.184-5 +- remove debug_package %{nil} to strip files and provide debug packages + * Wed Aug 25 2021 orange-snn - 1.0.184-4 - change the python3 package name to python3-pyang from python3-libyang