Accepting request 763518 from home:mnhauke:branches:network
- Fix build-time dependencies - Remove superflous comments OBS-URL: https://build.opensuse.org/request/show/763518 OBS-URL: https://build.opensuse.org/package/show/network/frr?expand=0&rev=2
This commit is contained in:
parent
caada57228
commit
64ed82ee3e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 12 09:40:39 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Fix build-time dependencies
|
||||||
|
- Remove superflous comments
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 23:18:06 UTC 2019 - Erico Mendonca <erico.mendonca@suse.com>
|
Wed Dec 11 23:18:06 UTC 2019 - Erico Mendonca <erico.mendonca@suse.com>
|
||||||
|
|
||||||
|
12
frr.spec
12
frr.spec
@ -64,12 +64,6 @@
|
|||||||
%bcond_without watchfrr
|
%bcond_without watchfrr
|
||||||
%bcond_without zebra
|
%bcond_without zebra
|
||||||
%bcond_with zeromq
|
%bcond_with zeromq
|
||||||
############################################
|
|
||||||
# TODO:
|
|
||||||
# * Use new init scripts
|
|
||||||
# - https://github.com/FRRouting/frr/issues/3652
|
|
||||||
# - https://github.com/FRRouting/frr/issues/3493
|
|
||||||
# * More Functionals tests
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -86,18 +80,18 @@ BuildRequires: automake
|
|||||||
BuildRequires: bison >= 2.7
|
BuildRequires: bison >= 2.7
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: mininet
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
|
||||||
BuildRequires: pkgconfig(json-c)
|
BuildRequires: pkgconfig(json-c)
|
||||||
BuildRequires: pkgconfig(libcap)
|
BuildRequires: pkgconfig(libcap)
|
||||||
BuildRequires: pkgconfig(libcares)
|
BuildRequires: pkgconfig(libcares)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(libyang) >= 0.16.7
|
BuildRequires: pkgconfig(libyang) >= 1.0.101
|
||||||
|
BuildRequires: libyang-extentions
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module mininet}
|
|
||||||
# FIXME: use proper Requires(pre/post/preun/...)
|
# FIXME: use proper Requires(pre/post/preun/...)
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user