diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-14 01:43:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-14 01:43:09 +0000 |
commit | b5682a9d6bbebc857e4cc736b5fd3aa4d8809db1 (patch) | |
tree | 82c9f2d313fbd2cff0e377929806f56e826a5543 /frr.spec | |
parent | 66f1056c8f7afd1d9fa1db7d7da643a31be69185 (diff) |
automatic import of frr
Diffstat (limited to 'frr.spec')
-rw-r--r-- | frr.spec | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -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 <mruprich@redhat.com> - 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 <code@musicinmybrain.net> - 10.1-3 +- Rebuilt for abseil-cpp-20240722.0 + +* Thu Aug 15 2024 Michal Ruprich <mruprich@redhat.com> - 10.1-2 +- Rebuilding for the libre soname bump + * Mon Aug 12 2024 Michal Ruprich <mruprich@redhat.com> - 10.1-1 - New version 10.1 |