add yaml
This commit is contained in:
parent
d0534d6692
commit
b2e10f1f35
@ -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
4
libyang.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: CESNET/libyang
|
||||
tag_prefix: ^v
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user