Update to 1.0.167
Resolves: rhbz#1832861
This commit is contained in:
parent
d2ac6b5911
commit
5a3e157ec0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/v1.0-r4.tar.gz
|
||||
/v1.0-r5.tar.gz
|
||||
/v1.0.130.tar.gz
|
||||
/v1.0.167.tar.gz
|
||||
|
||||
14
libyang.spec
14
libyang.spec
@ -7,7 +7,7 @@
|
||||
%endif
|
||||
|
||||
Name: libyang
|
||||
Version: 1.0.130
|
||||
Version: 1.0.167
|
||||
Release: 1%{?dist}
|
||||
Summary: YANG data modeling language library
|
||||
Url: https://github.com/CESNET/libyang
|
||||
@ -107,10 +107,8 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{_datadir}/man/man1/yanglint.1.gz
|
||||
%{_datadir}/man/man1/yangre.1.gz
|
||||
%{_libdir}/libyang
|
||||
%{_libdir}/libyang.so.1*
|
||||
%{_libdir}/libyang/extensions
|
||||
%{_libdir}/libyang/user_types/*
|
||||
%dir %{_libdir}/libyang/
|
||||
%{_libdir}/libyang.so.1
|
||||
%{_libdir}/libyang.so.1.7.11
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libyang.so
|
||||
@ -122,7 +120,8 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{_docdir}/libyang
|
||||
|
||||
%files -n libyang-cpp
|
||||
%{_libdir}/libyang-cpp.so.*
|
||||
%{_libdir}/libyang-cpp.so.1
|
||||
%{_libdir}/libyang-cpp.so.1.7.11
|
||||
|
||||
%files -n libyang-cpp-devel
|
||||
%{_libdir}/libyang-cpp.so
|
||||
@ -136,6 +135,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html
|
||||
%{python3_sitearch}/__pycache__/yang*
|
||||
|
||||
%changelog
|
||||
* Mon May 18 2020 Tomas Korbar <tkorbar@redhat.com> - 1.0.167-1
|
||||
- Update to 1.0.167
|
||||
|
||||
* Fri Feb 07 2020 Tomas Korbar <tkorbar@redhat.com> - 1.0.130-1
|
||||
- Rebase to version 1.0.130 (#1797495)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.0.130.tar.gz) = 208c5a0ba5400664c6bbdcb5e374b6a6b23cd30be51726783a4553b4e4beaa7dfe21e8abbf5f1277c6dcff506cb1253046944468a22a2ecdb68708ab8944a9b7
|
||||
SHA512 (v1.0.167.tar.gz) = 7f9bf81f91a4d3b4065b58a6b9244c9f501fe2feda1317fef1d4bdbac8e3913692dccca3d2b8ee1504a42f08e686f6851be3d5d33b0dbaff2c530931f9fc79df
|
||||
|
||||
Loading…
Reference in New Issue
Block a user