Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fa10d9e24 |
@ -1 +0,0 @@
|
||||
1
|
||||
1
.frr10.metadata
Normal file
1
.frr10.metadata
Normal file
@ -0,0 +1 @@
|
||||
d1821bccda983da1bd3c7c1f3d45d2bffbdea74e SOURCES/frr-10.4.1.tar.gz
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/frr-10.4.1.tar.gz
|
||||
/frr-10.4.3.tar.gz
|
||||
SOURCES/frr-10.4.1.tar.gz
|
||||
|
||||
1
SOURCES/frr-tmpfiles.conf
Normal file
1
SOURCES/frr-tmpfiles.conf
Normal file
@ -0,0 +1 @@
|
||||
d /run/frr 0755 frr frr -
|
||||
@ -7,8 +7,8 @@
|
||||
%bcond_without selinux
|
||||
|
||||
Name: frr10
|
||||
Version: 10.4.3
|
||||
Release: 1%{?checkout}%{?dist}
|
||||
Version: 10.4.1
|
||||
Release: 3%{?checkout}%{?dist}
|
||||
Summary: Routing daemon
|
||||
License: GPLv2+
|
||||
URL: http://www.frrouting.org
|
||||
@ -31,7 +31,7 @@ BuildRequires: groff
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libyang-devel >= 2.1.148
|
||||
BuildRequires: libyang-devel >= 2.0.0
|
||||
BuildRequires: make
|
||||
BuildRequires: ncurses
|
||||
BuildRequires: ncurses-devel
|
||||
@ -51,7 +51,6 @@ BuildRequires: protobuf-c-devel
|
||||
|
||||
Requires: net-snmp
|
||||
Requires: ncurses
|
||||
Requires: libyang >= 2.1.148
|
||||
Requires(post): systemd
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(post): hostname
|
||||
@ -147,7 +146,8 @@ bzip2 -9 selinux/%{build_name}.pp
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/etc/{frr,rc.d/init.d,sysconfig,logrotate.d,pam.d,default} \
|
||||
%{buildroot}%{_infodir} %{buildroot}%{_unitdir}
|
||||
%{buildroot}/var/log/frr %{buildroot}%{_infodir} \
|
||||
%{buildroot}%{_unitdir}
|
||||
|
||||
mkdir -p -m 0755 %{buildroot}%{_libdir}/frr
|
||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||
@ -254,6 +254,7 @@ make check PYTHON=%{__python3}
|
||||
%license COPYING
|
||||
%doc doc/mpls
|
||||
%dir %attr(750,frr,frr) %{_sysconfdir}/frr
|
||||
%dir %attr(755,frr,frr) /var/log/frr
|
||||
%dir %attr(755,frr,frr) /run/frr
|
||||
%{_infodir}/*info*
|
||||
%{_mandir}/man*/*
|
||||
@ -281,15 +282,6 @@ make check PYTHON=%{__python3}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 09 2026 Michal Ruprich <mruprich@redhat.com> - 10.4.3-1
|
||||
- Resolves: RHEL-157859 - Bump FRR to 10.4.3 to fix EVPN problems
|
||||
|
||||
* Wed Apr 08 2026 Michal Ruprich <mruprich@redhat.com> - 10.4.1-5
|
||||
- Resolves: RHEL-155911 - Files under /var are not properly created in image-mode
|
||||
|
||||
* Wed Apr 08 2026 Michal Ruprich <mruprich@redhat.com> - 10.4.1-4
|
||||
- Resolves: RHEL-158428 - fix Requires for libyang to pull in rebased version
|
||||
|
||||
* Fri Feb 06 2026 Michal Ruprich <mruprich@redhat.com> - 10.4.1-3
|
||||
- Resolves: RHEL-147189 - AVC failures when running frr10
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
d /run/frr 0755 frr frr -
|
||||
d /var/log/frr 0755 frr frr -
|
||||
25
gating.yaml
25
gating.yaml
@ -1,25 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
38
plans.fmf
38
plans.fmf
@ -1,38 +0,0 @@
|
||||
environment+:
|
||||
PACKAGE: frr10
|
||||
|
||||
/tier1-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/tier1/internal
|
||||
|
||||
/tier1-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/tier1/public
|
||||
|
||||
/tier2-tier3-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/tier2-tier3/internal
|
||||
|
||||
/tier2-tier3-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/tier2-tier3/public
|
||||
|
||||
/others-internal:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/others/internal
|
||||
|
||||
/others-public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/frr.git
|
||||
name: /plans/frr10/others/public
|
||||
@ -1,7 +0,0 @@
|
||||
---
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib64/frr
|
||||
- /usr/lib/frr
|
||||
inspections:
|
||||
badfuncs: off
|
||||
Loading…
Reference in New Issue
Block a user