From ed74f44fde54b8602cec9b6978a4b5f35b7d2005 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:57:22 +0100 Subject: [PATCH] automatic version update by autodist [release 6.5.0-1mamba;Sat Sep 09 2023] --- iproute.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/iproute.spec b/iproute.spec index 1495d33..1a9a7d2 100644 --- a/iproute.spec +++ b/iproute.spec @@ -3,8 +3,8 @@ %define pckdocdir %{_datadir}/doc/iproute-%{version} Name: iproute -Version: 6.4.0 -Release: 2mamba +Version: 6.5.0 +Release: 1mamba Summary: Advanced routing tools including ipv6 routing Group: Network/Routing Vendor: openmamba @@ -24,7 +24,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatm-devel -BuildRequires: libbsd-devel BuildRequires: libcap-devel BuildRequires: libdb53-devel BuildRequires: libelf-devel @@ -103,10 +102,12 @@ install -d -m0755 %{buildroot}%{_bindir} %files %defattr(-,root,root) #%config(noreplace) %{_sysconfdir}/sysconfig/traffic_control -%dir %{_sysconfdir}/iproute2 -%config %{_sysconfdir}/iproute2/* +#%dir %{_sysconfdir}/iproute2 +#%config %{_sysconfdir}/iproute2/* #%{_bindir}/ip %{_sbindir}/* +%dir %{_prefix}/lib/iproute2 +%{_prefix}/lib/iproute2/* %dir %{_libdir}/tc %{_libdir}/tc/m_ipt.so %{_libdir}/tc/m_xt.so @@ -133,6 +134,9 @@ install -d -m0755 %{buildroot}%{_bindir} #%endif %changelog +* Sat Sep 09 2023 Automatic Build System 6.5.0-1mamba +- automatic version update by autodist + * Tue Jul 11 2023 Silvan Calarco 6.4.0-2mamba - remove bin/ip symlink before sbin -> bin merge