Hello community, here is the log from the commit of package frr for openSUSE:Factory checked in at 2020-10-05 19:38:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frr (Old) and /work/SRC/openSUSE:Factory/.frr.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frr" Mon Oct 5 19:38:41 2020 rev:8 rq:839177 version:7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/frr/frr.changes 2020-07-03 00:13:06.260203990 +0200 +++ /work/SRC/openSUSE:Factory/.frr.new.4249/frr.changes 2020-10-05 19:39:56.789600036 +0200 @@ -1,0 +2,7 @@ +Fri Oct 2 12:38:25 UTC 2020 - Marius Tomaschewski <[email protected]> + +- add build condition disabling mininet build require by default, + needed by the optional topology tests. +- removed one occurrence of vrrpd binary listed twice in file list + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frr.spec ++++++ --- /var/tmp/diff_new_pack.bQXI7N/_old 2020-10-05 19:39:59.489602674 +0200 +++ /var/tmp/diff_new_pack.bQXI7N/_new 2020-10-05 19:39:59.493602677 +0200 @@ -19,6 +19,7 @@ %bcond_with cumulus %bcond_with datacenter +%bcond_with mininet %define skip_python2 1 @@ -49,7 +50,9 @@ BuildRequires: libtool BuildRequires: libyang-extentions BuildRequires: makeinfo +%if %{with mininet} BuildRequires: mininet +%endif BuildRequires: net-snmp-devel BuildRequires: pam-devel BuildRequires: pkgconfig @@ -386,9 +389,8 @@ %{_libdir}/frr/modules/bgpd_rpki.so %{_libdir}/frr/modules/grpc.so %{_libdir}/frr/modules/dplane_fpm_nl.so -%{_prefix}/lib/frr/vrrpd -%{_prefix}/lib/frr/generate_support_bundle.py %{_libdir}/frr/modules/bgpd_bmp.so +%{_prefix}/lib/frr/generate_support_bundle.py %files -n libfrr_pb0 %{_libdir}/libfrr_pb.so.0*
