This commit is contained in:
foreson 2022-12-24 15:29:49 +08:00
parent d0534d6692
commit b2e10f1f35
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: "."