diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-22 16:11:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-22 16:11:45 -0500 |
| commit | 6c74ad5bf1dbe4212ead0f4843e55a47f918263e (patch) | |
| tree | 248ad56c267f3bb577975d886687b1cebdc03682 | |
| parent | b469f438a187c7efd0e1be8cb7c8f7e45356636f (diff) | |
| parent | 34abdde3fc2394e00109c07c593b32dc4426e528 (diff) | |
Merge pull request #3845 from opensourcerouting/rpm-new-libyang-7.0
[7.0] 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 |
