We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26fa100 + 99042c9 commit 4b8b2e5Copy full SHA for 4b8b2e5
redhat/frr.spec.in
@@ -302,6 +302,9 @@ rm -rf %{buildroot}/usr/share/info/dir
302
# Remove debian init script if it was installed
303
rm -f %{buildroot}%{_sbindir}/frr
304
305
+# kill bogus libtool files for modules
306
+rm -f %{buildroot}%{_libdir}/frr/modules/*.la
307
+
308
# install /etc sources
309
%if "%{initsystem}" == "systemd"
310
mkdir -p %{buildroot}%{_unitdir}
@@ -532,6 +535,9 @@ rm -rf %{buildroot}
532
535
%{_libdir}/lib*.so.0
533
536
%attr(755,root,root) %{_libdir}/lib*.so.0.*
534
537
%endif
538
+%if %{with_fpm}
539
+%attr(755,root,root) %{_libdir}/frr/modules/zebra_fpm.so
540
+%endif
541
%{_bindir}/*
542
%config(noreplace) /etc/frr/[!v]*.conf*
543
%config(noreplace) %attr(750,%frr_user,%frr_user) /etc/frr/daemons
0 commit comments