mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 22:16:43 +00:00
Merge pull request #17912 from opensourcerouting/libyang_require
redhat: Specify minimum libyang version requirement
This commit is contained in:
commit
f471573651
@ -191,6 +191,9 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: libyang-devel >= 2.1.128
|
||||
# Version requirement don't get reflected down from a BuildRequire
|
||||
# to Require, so need to require libyang version as both ways
|
||||
Requires: libyang >= 2.1.128
|
||||
BuildRequires: pcre2-devel
|
||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||
#python27-devel is available from ius community repo for RedHat/CentOS 6
|
||||
|
Loading…
Reference in New Issue
Block a user