automatic version update by autodist [release 6.5.0-1mamba;Sat Sep 09 2023]
This commit is contained in:
parent
53a570cb82
commit
ed74f44fde
14
iproute.spec
14
iproute.spec
@ -3,8 +3,8 @@
|
|||||||
%define pckdocdir %{_datadir}/doc/iproute-%{version}
|
%define pckdocdir %{_datadir}/doc/iproute-%{version}
|
||||||
|
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 6.4.0
|
Version: 6.5.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Advanced routing tools including ipv6 routing
|
Summary: Advanced routing tools including ipv6 routing
|
||||||
Group: Network/Routing
|
Group: Network/Routing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,7 +24,6 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatm-devel
|
BuildRequires: libatm-devel
|
||||||
BuildRequires: libbsd-devel
|
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libdb53-devel
|
BuildRequires: libdb53-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
@ -103,10 +102,12 @@ install -d -m0755 %{buildroot}%{_bindir}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%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 %{_prefix}/lib/iproute2
|
||||||
|
%{_prefix}/lib/iproute2/*
|
||||||
%dir %{_libdir}/tc
|
%dir %{_libdir}/tc
|
||||||
%{_libdir}/tc/m_ipt.so
|
%{_libdir}/tc/m_ipt.so
|
||||||
%{_libdir}/tc/m_xt.so
|
%{_libdir}/tc/m_xt.so
|
||||||
@ -133,6 +134,9 @@ install -d -m0755 %{buildroot}%{_bindir}
|
|||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jul 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-2mamba
|
* Tue Jul 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-2mamba
|
||||||
- remove bin/ip symlink before sbin -> bin merge
|
- remove bin/ip symlink before sbin -> bin merge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user