From 08d07877ca7ed1bc1010e0a0da5e47080601103e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:57:20 +0100 Subject: [PATCH] update to 5.7.0 [release 5.7.0-1mamba;Fri Jul 10 2020] --- iproute.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index 527a9d4..ef60968 100644 --- a/iproute.spec +++ b/iproute.spec @@ -3,7 +3,7 @@ %define pckdocdir %{_datadir}/doc/iproute-%{version} Name: iproute -Version: 5.6.0 +Version: 5.7.0 Release: 1mamba Summary: Advanced routing tools including ipv6 routing Group: Network/Routing @@ -24,8 +24,14 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: iptables-devel +BuildRequires: ldconfig BuildRequires: libatm-devel +BuildRequires: libbsd-devel +BuildRequires: libcap-devel BuildRequires: libdb53-devel +BuildRequires: libelf-devel +BuildRequires: libmnl-devel +BuildRequires: libselinux-devel ## AUTOBUILDREQ-END %if "%{stage1}" != "1" 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. This package contain the iproute2 documentation in dvi and html formats. +%debug_package + %prep %setup -q -n iproute2-%{version}%{?extraver!="-"} #%patch1 -p1 -b .makefile @@ -156,7 +164,7 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml %{_libdir}/tc/paretonormal.dist #%{_libdir}/tc/q_atm.so %{_includedir}/iproute2/bpf_elf.h -%{_datadir}/bash-completion/completions/tc +%{_datadir}/bash-completion/completions/* %{_mandir}/man3/libnetlink.* %{_mandir}/man7/tc-hfsc.7* %{_mandir}/man8/* @@ -172,6 +180,9 @@ rm -f %{buildroot}%{pckdocdir}/*.sgml #%endif %changelog +* Fri Jul 10 2020 Silvan Calarco 5.7.0-1mamba +- update to 5.7.0 + * Tue May 19 2020 Automatic Build System 5.6.0-1mamba - automatic update by autodist