Skip to content

Commit 90c982c

Browse files
committed
distro UPDATE increase package version
1 parent 65d0f6e commit 90c982c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

distro/pkg/deb/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Source: libyang3
1+
Source: libyang4
22
Section: libs
33
Homepage: https://github.com/CESNET/libyang/
44
Maintainer: Ondřej Surý <[email protected]>
@@ -12,7 +12,7 @@ Build-Depends: cmake,
1212
Vcs-Browser: https://github.com/CESNET/libyang/tree/master
1313
Vcs-Git: https://github.com/CESNET/libyang.git
1414

15-
Package: libyang3
15+
Package: libyang4
1616
Depends: ${misc:Depends},
1717
${shlibs:Depends}
1818
Architecture: any
@@ -31,7 +31,7 @@ Description: parser toolkit for IETF YANG data modeling - runtime
3131

3232
Package: libyang-dev
3333
Depends: libpcre2-dev,
34-
libyang3 (= ${binary:Version}),
34+
libyang4 (= ${binary:Version}),
3535
${misc:Depends}
3636
Conflicts: libyang2-dev
3737
Section: libdevel
@@ -50,7 +50,7 @@ Description: parser toolkit for IETF YANG data modeling - development files
5050
for libyang.
5151

5252
Package: libyang-tools
53-
Depends: libyang3 (= ${binary:Version}),
53+
Depends: libyang4 (= ${binary:Version}),
5454
${misc:Depends},
5555
${shlibs:Depends}
5656
Breaks: libyang2-tools (<< ${source:Version})

distro/pkg/rpm/libyang.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ mkdir -m0755 -p %{buildroot}/%{_docdir}/libyang
9696

9797
%files
9898
%license LICENSE
99-
%{_libdir}/libyang.so.3
100-
%{_libdir}/libyang.so.3.*
99+
%{_libdir}/libyang.so.4
100+
%{_libdir}/libyang.so.4.*
101101

102102
%files modules
103103
%{_datadir}/yang/modules/libyang/*.yang

0 commit comments

Comments
 (0)