From ff267b8ce350d6b7b2212c1cf028d0dfe1a85973 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Fri, 15 Jan 2021 15:18:22 +0800 Subject: [PATCH] remove libdb-devel dependency --- iproute.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iproute.spec b/iproute.spec index e29ab3b..0a49798 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,6 @@ Name: iproute Version: 5.5.0 -Release: 4 +Release: 5 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -15,7 +15,7 @@ Patch9004: feature-peer_notify_delay-renamed-to-peer_notif_delay.patch Patch9005: bugfix-iproute-support-assume-default-route.patch BuildRequires: gcc bison elfutils-libelf-devel flex iptables-devel libcap-devel -BuildRequires: libdb-devel libmnl-devel libselinux-devel pkgconfig git +BuildRequires: libmnl-devel libselinux-devel pkgconfig git Requires: %{name}-help Provides: /sbin/ip iproute-tc tc @@ -81,6 +81,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Fri Jan 15 2021 gaihuiying - 5.5.0-5 +- Type:requirement +- Id:NA +- SUG:NA +- DESC:remove libdb-devel dependency + * Thu Dec 10 2020 zhouyihang - 5.5.0-4 - Type:bugfix - Id:NA