added ip symlink in /usr/bin [release 5.15.0-2mamba;Thu Nov 04 2021]
This commit is contained in:
parent
7127ea5803
commit
bed66d6aea
15
iproute.spec
15
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user