From 74082f00a4d0addacf98511f8fa04da75c5898f4 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 7 Mar 2023 08:03:06 +0000 Subject: [PATCH] remove debug_package %{nil} to strip files and provide debug packages --- libyang.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libyang.spec b/libyang.spec index 1566fc4..ed8bf2f 100644 --- a/libyang.spec +++ b/libyang.spec @@ -1,7 +1,6 @@ -%global debug_package %{nil} Name: libyang Version: 1.0.184 -Release: 5 +Release: 6 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 Mar 07 2023 zhouwenpei - 1.0.184-6 +- remove debug_package %{nil} to strip files and provide debug packages + * Sat Dec 24 2022 qisen - 1.0.184-5 - addyaml -- Gitee