From: @foreson 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
This commit is contained in:
openeuler-ci-bot 2022-12-24 10:22:07 +00:00 committed by Gitee
commit f97302bc13
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%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 +130,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
%{python3_sitearch}/__pycache__/yang*
%changelog
* Sat Dec 24 2022 qisen <qisen@huawei.com> - 1.0.184-5
- addyaml
* Wed Aug 25 2021 orange-snn <songnannan2@huawei.com> - 1.0.184-4
- change the python3 package name to python3-pyang from python3-libyang

4
libyang.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: CESNET/libyang
tag_prefix: ^v
seperator: "."