From b256f561a4a7586f0c06555cb6c9d645011d5d63 Mon Sep 17 00:00:00 2001 From: haochenstar Date: Thu, 17 Feb 2022 16:39:18 +0800 Subject: [PATCH] delete the bluez-devel in i686 arch (cherry picked from commit 07b2db29f97739b79b0bffbdb6e2ef7bb87722bd) --- libpcap.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libpcap.spec b/libpcap.spec index 4d15e3c..af77319 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.1 -Release: 1 +Release: 2 Summary: A system-independent interface for user-level packet capture License: BSD with advertising URL: http://www.tcpdump.org @@ -10,7 +10,11 @@ Source0: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz Patch0: backport-0003-pcap-linux-apparently-ctc-interfaces-on-s390-has-eth.patch Patch1: backport-pcap-config-mitigate-multilib-conflict.patch -BuildRequires: bison bluez-devel flex gcc git glibc-kernheaders >= 2.2.0 +BuildRequires: bison flex gcc git glibc-kernheaders >= 2.2.0 + +%ifnarch i686 +BuildRequires: bluez-devel +%endif %description This is the official web site of tcpdump, a powerful command-line @@ -59,6 +63,12 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Fri Feb 18 2022 xihaochen - 14:1.10.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: delete the bluez-devel in i686 arch + * Wed Dec 08 2021 xihaochen - 14:1.10.1-1 - Type:requirements - ID:NA -- Gitee