Compare commits

...

4 Commits

Author SHA1 Message Date
cd0e28e3f2 frr-7.5.1-3.st.4.fc34
Git version:
frr-7.5.1-20210724-11-ge89a9fc95
2021-08-07 18:38:04 +02:00
7e224ef89d v7.5.1-20210714-09-g5f3b23256 2021-07-24 16:13:28 +02:00
2175b455f6 nhrp: configure strongswan vici path 2021-06-24 13:27:33 +02:00
09bc4473aa Bump version for ST 2021-06-24 13:25:32 +02:00
2 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@@ -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}