Accepting request 839160 from home:mtomaschewski:frr
A little cleanup as preparation to add frr to SLE-15-SP3 (jsc#15015) - 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 OBS-URL: https://build.opensuse.org/request/show/839160 OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=20
This commit is contained in:
parent
3108c93e06
commit
9eb024d08f
@ -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…
x
Reference in New Issue
Block a user