Compare commits
4 Commits
frr-7.7
...
frr-7.5-st
| Author | SHA1 | Date | |
|---|---|---|---|
| cd0e28e3f2 | |||
| 7e224ef89d | |||
| 2175b455f6 | |||
| 09bc4473aa |
BIN
frr-7.5.1-20210724-11-ge89a9fc95.tar.xz
Normal file
BIN
frr-7.5.1-20210724-11-ge89a9fc95.tar.xz
Normal file
Binary file not shown.
10
frr.spec
10
frr.spec
@@ -1,16 +1,17 @@
|
||||
%global frrversion 7.5.1
|
||||
%global frrversion 7.5.1-20210724-11-ge89a9fc95
|
||||
%global frr_libdir /usr/lib/frr
|
||||
%global checkout .st.4
|
||||
|
||||
%global _hardened_build 1
|
||||
%define _legacy_common_support 1
|
||||
|
||||
Name: frr
|
||||
Version: 7.5.1
|
||||
Release: 2%{?checkout}%{?dist}
|
||||
Release: 3%{?checkout}%{?dist}
|
||||
Summary: Routing daemon
|
||||
License: GPLv2+
|
||||
URL: http://www.frrouting.org
|
||||
Source0: https://github.com/FRRouting/frr/releases/download/%{name}-%{frrversion}/%{name}-%{frrversion}.tar.gz
|
||||
Source0: https://github.com/FRRouting/frr/releases/download/%{name}-%{frrversion}/%{name}-%{frrversion}.tar.xz
|
||||
Source1: %{name}-tmpfiles.conf
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: gcc
|
||||
@@ -45,7 +46,7 @@ FRRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP
|
||||
FRRouting is a fork of Quagga.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup -S git -n %{name}-%{frrversion}
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
@@ -72,6 +73,7 @@ autoreconf -ivf
|
||||
--disable-babeld \
|
||||
--with-moduledir=%{_libdir}/frr/modules \
|
||||
--with-crypto=openssl \
|
||||
--with-vici-socket=/run/strongswan/charon.vici \
|
||||
--enable-fpm
|
||||
|
||||
%make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3}
|
||||
|
||||
Reference in New Issue
Block a user