From 50a9b0af3f347051971a3c1e6fc54a41ad4bf2bf Mon Sep 17 00:00:00 2001 From: li-miaomiao_zhr Date: Sat, 6 May 2023 11:30:16 +0800 Subject: [PATCH] bugfix without subdirectories of rt_tables.d and rt_protos.d --- iproute.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 7a6387e..00b419c 100644 --- a/iproute.spec +++ b/iproute.spec @@ -2,7 +2,7 @@ Name: iproute Version: 6.1.0 Epoch: 1 -Release: 6 +Release: 7 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -57,7 +57,8 @@ if test -n "$(find . -name *.err)"; then fi %install -export CONFDIR='%{_sysconfdir}/iproute2' +export CONFDIR='%{_sysconfdir}/iproute2/rt_tables.d' +export CONFDIR='%{_sysconfdir}/iproute2/rt_protos.d' export SBINDIR='%{_sbindir}' export LIBDIR='%{_libdir}' export DOCDIR='%{_docdir}' @@ -89,6 +90,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Sat May 6 2023 li-miaomiao_zhr - 1:6.1.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:bugfix without subdirectories of rt_tables.d and rt_protos.d + * Sat Feb 25 2023 jiangheng - 1:6.1.0-6 - Type:bugfix - ID:NA -- Gitee