From 250395ff5d35f3f7886894edd8343c0733bbb880 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Mon, 21 May 2018 06:47:36 -0700 Subject: [PATCH] redhat: Fix RPKI RPM build option Signed-off-by: Martin Winter --- redhat/frr.spec.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 45da3b50bf..00ef0616e8 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -303,10 +303,10 @@ developing OSPF-API and frr applications. %if "%{initsystem}" == "systemd" --enable-systemd=yes \ %endif - --enable-poll=yes %if %{with_rpki} - --enable-rpki + --enable-rpki \ %endif + --enable-poll=yes make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" @@ -566,6 +566,9 @@ rm -rf %{buildroot} %if %{with_fpm} %attr(755,root,root) %{_libdir}/frr/modules/zebra_fpm.so %endif +%if %{with_rpki} +%attr(755,root,root) %{_libdir}/frr/modules/bgpd_rpki.so +%endif %attr(755,root,root) %{_libdir}/frr/modules/zebra_irdp.so %{_bindir}/* %config(noreplace) /etc/frr/[!v]*.conf* @@ -612,7 +615,10 @@ rm -rf %{buildroot} %endif %changelog -* Sun Mar 11 2018 Martin Winter - %{version} +* Sun May 20 2018 Martin Winter - %{version} +- Fixed RPKI RPM build + +* Sun Mar 11 2018 Martin Winter - ISIS-MT - https://tools.ietf.org/html/rfc5120 - BGP - RPKI (RFC 6810) - BGP - v4 labeled unicast as per RFC 3107 -- 2.39.5