From e6b96ffb49dc2b3a669d0dcbe6a5d7c3539e6a18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= <fushanqing@kylinos.cn>
Date: Wed, 14 Dec 2022 01:53:36 +0000
Subject: [PATCH] Enable debuginfo for fix strip
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: 付善庆 <fushanqing@kylinos.cn>
---
 python-libyang.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/python-libyang.spec b/python-libyang.spec
index b3f9a95..7e27e83 100644
--- a/python-libyang.spec
+++ b/python-libyang.spec
@@ -1,9 +1,8 @@
-%define debug_package %{nil}
 %define pypi_name libyang
 
 Name: 		python-libyang
 Version: 	1.6.1
-Release: 	1
+Release: 	2
 Summary: 	Python CFFI bindings to libyang.
 License: 	MIT
 URL: 		https://github.com/CESNET/libyang-python
@@ -34,5 +33,8 @@ python3 pacakge of %{pypi_name}.
 %{python3_sitearch}/*
 
 %changelog
+* Thu Dec 08 2022 fushanqing <fushanqing@kylinos.cn> - 1.6.1-2
+- Enable debuginfo for fix strip
+
 * Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 1.6.1-1
 - Package init
-- 
Gitee