!18 [sync] PR-17: delete the bluez-devel in i686 arch

From: @openeuler-sync-bot 
Reviewed-by: @wangxp006 
Signed-off-by: @wangxp006
This commit is contained in:
openeuler-ci-bot 2022-02-18 07:36:28 +00:00 committed by Gitee
commit 772c9b3288
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <xihaochen@h-partners.com> - 14:1.10.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: delete the bluez-devel in i686 arch
* Wed Dec 08 2021 xihaochen <xihaochen@huawei.com> - 14:1.10.1-1
- Type:requirements
- ID:NA