update to 5.7.0 [release 5.7.0-1mamba;Fri Jul 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 23:57:20 +01:00
parent 763ae5c7e6
commit 08d07877ca

View File

@ -3,7 +3,7 @@
%define pckdocdir %{_datadir}/doc/iproute-%{version} %define pckdocdir %{_datadir}/doc/iproute-%{version}
Name: iproute Name: iproute
Version: 5.6.0 Version: 5.7.0
Release: 1mamba Release: 1mamba
Summary: Advanced routing tools including ipv6 routing Summary: Advanced routing tools including ipv6 routing
Group: Network/Routing Group: Network/Routing
@ -24,8 +24,14 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: iptables-devel BuildRequires: iptables-devel
BuildRequires: ldconfig
BuildRequires: libatm-devel BuildRequires: libatm-devel
BuildRequires: libbsd-devel
BuildRequires: libcap-devel
BuildRequires: libdb53-devel BuildRequires: libdb53-devel
BuildRequires: libelf-devel
BuildRequires: libmnl-devel
BuildRequires: libselinux-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
BuildRequires: tetex-latex BuildRequires: tetex-latex
@ -50,6 +56,8 @@ Group: Documentation
Iproute2 is a collection of utilities for controlling TCP / IP networking and Traffic Control in Linux. Iproute2 is a collection of utilities for controlling TCP / IP networking and Traffic Control in Linux.
This package contain the iproute2 documentation in dvi and html formats. This package contain the iproute2 documentation in dvi and html formats.
%debug_package
%prep %prep
%setup -q -n iproute2-%{version}%{?extraver!="-"} %setup -q -n iproute2-%{version}%{?extraver!="-"}
#%patch1 -p1 -b .makefile #%patch1 -p1 -b .makefile
@ -156,7 +164,7 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml
%{_libdir}/tc/paretonormal.dist %{_libdir}/tc/paretonormal.dist
#%{_libdir}/tc/q_atm.so #%{_libdir}/tc/q_atm.so
%{_includedir}/iproute2/bpf_elf.h %{_includedir}/iproute2/bpf_elf.h
%{_datadir}/bash-completion/completions/tc %{_datadir}/bash-completion/completions/*
%{_mandir}/man3/libnetlink.* %{_mandir}/man3/libnetlink.*
%{_mandir}/man7/tc-hfsc.7* %{_mandir}/man7/tc-hfsc.7*
%{_mandir}/man8/* %{_mandir}/man8/*
@ -172,6 +180,9 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml
#%endif #%endif
%changelog %changelog
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.0-1mamba
- update to 5.7.0
* Tue May 19 2020 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba * Tue May 19 2020 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
- automatic update by autodist - automatic update by autodist