remove bin/ip symlink before sbin -> bin merge [release 6.4.0-2mamba;Tue Jul 11 2023]
This commit is contained in:
parent
b6049fd98a
commit
53a570cb82
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 6.4.0
|
Version: 6.4.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
|
||||||
@ -95,7 +95,7 @@ rm -f %{buildroot}%{pckdocdir}/*.tex
|
|||||||
rm -f %{buildroot}%{pckdocdir}/*.sgml
|
rm -f %{buildroot}%{pckdocdir}/*.sgml
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}%{_bindir}
|
install -d -m0755 %{buildroot}%{_bindir}
|
||||||
ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
|
#ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -105,7 +105,7 @@ ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
|
|||||||
#%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
|
#%{_bindir}/ip
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%dir %{_libdir}/tc
|
%dir %{_libdir}/tc
|
||||||
%{_libdir}/tc/m_ipt.so
|
%{_libdir}/tc/m_ipt.so
|
||||||
@ -133,6 +133,9 @@ ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-2mamba
|
||||||
|
- remove bin/ip symlink before sbin -> bin merge
|
||||||
|
|
||||||
* Tue Jun 27 2023 Automatic Build System <autodist@mambasoft.it> 6.4.0-1mamba
|
* Tue Jun 27 2023 Automatic Build System <autodist@mambasoft.it> 6.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user