diff --git a/iproute.spec b/iproute.spec index 7a6387e6d23aa7a1151a96a437ab5d74d5bbe5da..00b419c05333d1a3623cf773a41ca5768a0480d2 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