diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-26 13:40:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-26 13:40:57 -0500 |
| commit | cacbdfb14ded71e6c36c97a570d30b89c851b2fe (patch) | |
| tree | 973a8e848e00671a6613e6fa89576aa0ac7eda9d | |
| parent | 24ee026b1ad29ad0240d9acb162198b74406c7d0 (diff) | |
| parent | 831dd62a87590e85e204536894c0cd67394524e1 (diff) | |
Merge pull request #3844 from opensourcerouting/rpm-new-libyang
redhat: Require newer libyang (> 0.16.74) for embedded extensions
| -rw-r--r-- | redhat/frr.spec.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 6d18c005b9..78b1f7c87c 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -162,7 +162,7 @@ BuildRequires: make BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: texinfo -BuildRequires: libyang >= 0.16.7 +BuildRequires: libyang-devel >= 0.16.74 %if 0%{?rhel} && 0%{?rhel} < 7 #python27-devel is available from ius community repo for RedHat/CentOS 6 BuildRequires: python27-devel @@ -624,7 +624,6 @@ fi %{_libdir}/frr/modules/bgpd_rpki.so %endif %{_libdir}/frr/modules/zebra_irdp.so -%{_libdir}/frr/libyang_plugins/frr_user_types.so %{_bindir}/* %config(noreplace) %{configdir}/[!v]*.conf* %config(noreplace) %attr(750,%{frr_user},%{frr_user}) %{configdir}/daemons |
