From b5682a9d6bbebc857e4cc736b5fd3aa4d8809db1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 14 Sep 2024 01:43:09 +0000 Subject: automatic import of frr --- frr.spec | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'frr.spec') diff --git a/frr.spec b/frr.spec index a9196d1..57f3a74 100644 --- a/frr.spec +++ b/frr.spec @@ -4,9 +4,6 @@ %global selinuxtype targeted %define _legacy_common_support 1 -#bcond grpc 0 -#bcond selinux 0 - Name: frr Version: 10.1.1 Release: 1%{?dist} @@ -37,7 +34,7 @@ BuildRequires: grpc-plugins BuildRequires: json-c-devel BuildRequires: libcap-devel BuildRequires: libtool -BuildRequires: libyang-devel >= 2.0.0 +BuildRequires: libyang-devel >= 2.1.128 BuildRequires: make BuildRequires: ncurses BuildRequires: ncurses-devel @@ -96,7 +93,7 @@ SELinux policy modules for FRR package %endif %prep -%autosetup -S git +%autosetup -n frr-%{name}-%{version} -S git #Selinux mkdir selinux cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} selinux @@ -124,11 +121,11 @@ autoreconf -ivf --disable-exampledir \ --enable-systemd=yes \ --enable-static=no \ + --enable-rpki \ --with-moduledir=%{_libdir}/frr/modules \ --with-yangmodelsdir=%{_datadir}/frr-yang/ \ --with-crypto=openssl \ --enable-fpm \ - --enable-rpki \ %{?with_grpc:--enable-grpc} %make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3} @@ -218,7 +215,7 @@ fi #/var/tmp and /var/run need to be relabeled as well if FRR is running before upgrade if [ $1 == 2 ]; then %{_sbindir}/restorecon -R /var/tmp/frr &> /dev/null - %{_sbindir}/restorecon -R /run/frr &> /dev/null + %{_sbindir}/restorecon -R /var/run/frr &> /dev/null fi %postun selinux @@ -270,6 +267,16 @@ rm tests/lib/*grpc* %endif %changelog +* Tue Sep 10 2024 Michal Ruprich - 10.1-4 +- Resolves: #2311119 - Multiple AVCs for accessing lib_t in FRR-10.1 +- Resolves: #2311120 - AVCs for using a netlink socket in FRR + +* Sun Aug 25 2024 Benjamin A. Beasley - 10.1-3 +- Rebuilt for abseil-cpp-20240722.0 + +* Thu Aug 15 2024 Michal Ruprich - 10.1-2 +- Rebuilding for the libre soname bump + * Mon Aug 12 2024 Michal Ruprich - 10.1-1 - New version 10.1 -- cgit v1.2.3