forked from Mirror/frr
redhat: Change libyang dependency to libyang > 2
Not using libyang2 anymore to match RedHat name change Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
9a0bb7bcd1
commit
601df08e83
|
@ -184,7 +184,7 @@ BuildRequires: make
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
BuildRequires: libyang2-devel
|
BuildRequires: libyang-devel >= 2
|
||||||
%if 0%{?rhel} && 0%{?rhel} < 7
|
%if 0%{?rhel} && 0%{?rhel} < 7
|
||||||
#python27-devel is available from ius community repo for RedHat/CentOS 6
|
#python27-devel is available from ius community repo for RedHat/CentOS 6
|
||||||
BuildRequires: python27-devel
|
BuildRequires: python27-devel
|
||||||
|
|
Loading…
Reference in a new issue