added ip symlink in /usr/bin [release 5.15.0-2mamba;Thu Nov 04 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:57:20 +01:00
parent 7127ea5803
commit bed66d6aea

View File

@ -3,8 +3,8 @@
%define pckdocdir %{_datadir}/doc/iproute-%{version} %define pckdocdir %{_datadir}/doc/iproute-%{version}
Name: iproute Name: iproute
Version: 5.14.0 Version: 5.15.0
Release: 1mamba Release: 2mamba
Summary: Advanced routing tools including ipv6 routing Summary: Advanced routing tools including ipv6 routing
Group: Network/Routing Group: Network/Routing
Vendor: openmamba Vendor: openmamba
@ -22,7 +22,6 @@ Patch5: %{name}-2.6.29-cross_fix.patch
Patch6: iproute-3.8.0-gcc-4.8.patch Patch6: iproute-3.8.0-gcc-4.8.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: iptables-devel BuildRequires: iptables-devel
BuildRequires: libatm-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}/*.tex
rm -f %{buildroot}%{pckdocdir}/*.sgml rm -f %{buildroot}%{pckdocdir}/*.sgml
install -d -m0755 %{buildroot}%{_bindir}
ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -102,6 +104,7 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml
#%config(noreplace) %{_sysconfdir}/sysconfig/traffic_control #%config(noreplace) %{_sysconfdir}/sysconfig/traffic_control
%dir %{_sysconfdir}/iproute2 %dir %{_sysconfdir}/iproute2
%config %{_sysconfdir}/iproute2/* %config %{_sysconfdir}/iproute2/*
%{_bindir}/ip
%{_sbindir}/* %{_sbindir}/*
%dir %{_libdir}/tc %dir %{_libdir}/tc
%{_libdir}/tc/m_ipt.so %{_libdir}/tc/m_ipt.so
@ -129,6 +132,12 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml
#%endif #%endif
%changelog %changelog
* Thu Nov 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.0-2mamba
- added ip symlink in /usr/bin
* Thu Nov 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.0-1mamba
- update to 5.15.0
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba * Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
- automatic version update by autodist - automatic version update by autodist