From: pcarana Date: Tue, 17 Jul 2018 17:49:14 +0000 (-0500) Subject: RedHat spec: Add the rpki module when needed X-Git-Tag: frr-6.1-dev~157^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0817301aac07e4c1e10e5fe447aef6a295e5ad59;p=matthieu%2Ffrr.git RedHat spec: Add the rpki module when needed Additional help complementing #2669, this adds the rpki module to the bgpd daemon at RPM creation. --- diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index e2be7050d7..85fb309048 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -370,6 +370,10 @@ ln -s %{_sbindir}/frr %{buildroot}%{_initddir}/frr %endif install %{zeb_rh_src}/daemons %{buildroot}%{_sysconfdir}/frr +# add rpki module to daemon +%if %{with_rpki} + sed -i -e 's/^\(bgpd_options=\)\(.*\)\(".*\)/\1\2 -M rpki\3/' %{buildroot}%{_sysconfdir}/frr/daemons +%endif install -m644 %{zeb_rh_src}/frr.pam %{buildroot}%{_sysconfdir}/pam.d/frr install -m644 %{zeb_rh_src}/frr.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/frr install -d -m750 %{buildroot}%{rundir}