From dac8f095cf7c59a503bae0359cfb9e19c47cb861 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Mon, 21 Feb 2022 17:05:11 +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 2eacf53..d287225 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,6 +1,6 @@ Name: iproute Version: 5.15.0 -Release: 1 +Release: 2 Summary: Linux network configuration utilities License: GPLv2+ and Public Domain URL: https://kernel.org/pub/linux/utils/net/iproute2/ @@ -10,7 +10,7 @@ Patch1: bugfix-iproute2-3.10.0-fix-maddr-show.patch Patch2: bugfix-iproute2-change-proc-to-ipnetnsproc-which-is-private.patch BuildRequires: gcc bison elfutils-libelf-devel flex iptables-devel libcap-devel -BuildRequires: libdb-devel libmnl-devel libselinux-devel pkgconfig libbpf-devel +BuildRequires: libmnl-devel libselinux-devel pkgconfig libbpf-devel Requires: libbpf psmisc Provides: /sbin/ip iproute-tc tc @@ -76,6 +76,12 @@ install -m 0644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a %{_mandir}/* %changelog +* Mon Fed 21 2021 jiangheng - 5.15.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: remove libdb-devel dependency + * Fri Nov 26 2021 jiangheng - 5.15.0-1 - DESC: update to 5.15.0