Skip to content

Commit c183ffe

Browse files
committed
pakcages CHANGE set required libyang version
1 parent 7d82043 commit c183ffe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/debian.control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), gcc
66
Homepage: @GITHUB_URL@
77

88
Package: @PACKAGE@
9-
Depends: libyang, libssh-4 (>= 0.7.1), libssh-4 (<< 0.9.3) | libssh-4 (>> 0.9.4), ${shlibs:Depends}
9+
Depends: libyang (>= 0.16), libssh-4 (>= 0.7.1), libssh-4 (<< 0.9.3) | libssh-4 (>> 0.9.4), ${shlibs:Depends}
1010
Section: libs
1111
Architecture: any
1212
Description: @PACKAGE_DESC@

packages/libnetconf2.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Requires: (libssh < 0.9.3 or libssh > 0.9.4)
2020
%endif
2121
%endif
2222

23-
Requires: libyang
23+
Requires: libyang >= 0.16
2424
Requires: openssl
2525

2626
BuildRequires: cmake
2727
BuildRequires: doxygen
28-
BuildRequires: libyang-devel
28+
BuildRequires: libyang-devel >= 0.16
2929
BuildRequires: gcc
3030
BuildRequires: libcmocka-devel
3131
BuildRequires: libssh-devel >= 0.7.1

0 commit comments

Comments
 (0)