From bed66d6aeab861528d3697e52cce1e1ae2b3f660 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:57:20 +0100 Subject: [PATCH] added ip symlink in /usr/bin [release 5.15.0-2mamba;Thu Nov 04 2021] --- iproute.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/iproute.spec b/iproute.spec index 071b908..c3d1660 100644 --- a/iproute.spec +++ b/iproute.spec @@ -3,8 +3,8 @@ %define pckdocdir %{_datadir}/doc/iproute-%{version} Name: iproute -Version: 5.14.0 -Release: 1mamba +Version: 5.15.0 +Release: 2mamba Summary: Advanced routing tools including ipv6 routing Group: Network/Routing Vendor: openmamba @@ -22,7 +22,6 @@ Patch5: %{name}-2.6.29-cross_fix.patch Patch6: iproute-3.8.0-gcc-4.8.patch License: GPL ## AUTOBUILDREQ-BEGIN -#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package BuildRequires: glibc-devel BuildRequires: iptables-devel BuildRequires: libatm-devel @@ -94,6 +93,9 @@ This package contain the iproute2 documentation in dvi and html formats. rm -f %{buildroot}%{pckdocdir}/*.tex rm -f %{buildroot}%{pckdocdir}/*.sgml +install -d -m0755 %{buildroot}%{_bindir} +ln -s ../sbin/ip %{buildroot}%{_bindir}/ip + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -102,6 +104,7 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml #%config(noreplace) %{_sysconfdir}/sysconfig/traffic_control %dir %{_sysconfdir}/iproute2 %config %{_sysconfdir}/iproute2/* +%{_bindir}/ip %{_sbindir}/* %dir %{_libdir}/tc %{_libdir}/tc/m_ipt.so @@ -129,6 +132,12 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml #%endif %changelog +* Thu Nov 04 2021 Silvan Calarco 5.15.0-2mamba +- added ip symlink in /usr/bin + +* Thu Nov 04 2021 Silvan Calarco 5.15.0-1mamba +- update to 5.15.0 + * Wed Sep 01 2021 Automatic Build System 5.14.0-1mamba - automatic version update by autodist