Moving yang modules to frr specific dir to avoid conflicts
This commit is contained in:
11
frr.spec
11
frr.spec
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 9.1
|
Version: 9.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-2.0-or-later OR ISC) AND MIT
|
License: GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-2.0-or-later OR ISC) AND MIT
|
||||||
URL: http://www.frrouting.org
|
URL: http://www.frrouting.org
|
||||||
@@ -132,6 +132,7 @@ autoreconf -ivf
|
|||||||
--disable-ldpd \
|
--disable-ldpd \
|
||||||
--disable-babeld \
|
--disable-babeld \
|
||||||
--with-moduledir=%{_libdir}/frr/modules \
|
--with-moduledir=%{_libdir}/frr/modules \
|
||||||
|
--with-yangmodelsdir=%{_datadir}/frr-yang/ \
|
||||||
--with-crypto=openssl \
|
--with-crypto=openssl \
|
||||||
--enable-fpm \
|
--enable-fpm \
|
||||||
%{?with_grpc:--enable-grpc}
|
%{?with_grpc:--enable-grpc}
|
||||||
@@ -262,8 +263,8 @@ rm tests/lib/*grpc*
|
|||||||
%config(noreplace) %attr(644,frr,frr) %{_sysconfdir}/frr/daemons
|
%config(noreplace) %attr(644,frr,frr) %{_sysconfdir}/frr/daemons
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/frr
|
%config(noreplace) %{_sysconfdir}/pam.d/frr
|
||||||
%{_unitdir}/*.service
|
%{_unitdir}/*.service
|
||||||
%dir %{_datadir}/yang
|
%dir %{_datadir}/frr-yang
|
||||||
%{_datadir}/yang/*.yang
|
%{_datadir}/frr-yang/*.yang
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
%{_sysusersdir}/%{name}.conf
|
%{_sysusersdir}/%{name}.conf
|
||||||
|
|
||||||
@@ -275,6 +276,10 @@ rm tests/lib/*grpc*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 17 2024 Michal Ruprich <mruprich@redhat.com> - 9.1-4
|
||||||
|
- Moving yang modules to frr specific dir to avoid conflicts
|
||||||
|
- Adding rpminspect.yaml
|
||||||
|
|
||||||
* Sat Feb 24 2024 Paul Wouters <paul.wouters@aiven.io> - 9.1-3
|
* Sat Feb 24 2024 Paul Wouters <paul.wouters@aiven.io> - 9.1-3
|
||||||
- Rebuild for libre2.so.11 bump
|
- Rebuild for libre2.so.11 bump
|
||||||
|
|
||||||
|
|||||||
7
rpminspect.yaml
Normal file
7
rpminspect.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
runpath:
|
||||||
|
allowed_paths:
|
||||||
|
- /usr/lib64/frr
|
||||||
|
- /usr/lib/frr
|
||||||
|
inspections:
|
||||||
|
badfuncs: off
|
||||||
Reference in New Issue
Block a user