From 6197711bcc8e0dc71ae6c1f4faf1a0692cde9ab0 Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Mon, 12 Dec 2022 17:26:55 +0800 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 9ce3a1a..c28f919 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 -- Gitee