Accepting request 839177 from network
OBS-URL: https://build.opensuse.org/request/show/839177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frr?expand=0&rev=8
This commit is contained in:
commit
72e946238c
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 12:38:25 UTC 2020 - Marius Tomaschewski <mt@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 1 12:21:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
6
frr.spec
6
frr.spec
@ -19,6 +19,7 @@
|
||||
|
||||
%bcond_with cumulus
|
||||
%bcond_with datacenter
|
||||
%bcond_with mininet
|
||||
|
||||
%define skip_python2 1
|
||||
|
||||
@ -49,7 +50,9 @@ BuildRequires: flex
|
||||
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 @@ getent passwd %{frr_user} >/dev/null || useradd -r -g %{frr_group} -G %{frrvty_g
|
||||
%{_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*
|
||||
|
Loading…
Reference in New Issue
Block a user