From c1b5293e320d700f33aa2f94c4d0ab898b7c0c80 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:28:38 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libpcap.git#f8b88fc09bf48a399938561b65cb242557df4862 --- libpcap.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libpcap.spec b/libpcap.spec index ab049e0..0eb6247 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,11 +1,12 @@ Name: libpcap Epoch: 14 Version: 1.9.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A system-independent interface for user-level packet capture License: BSD with advertising -URL: http://www.tcpdump.org +URL: https://www.tcpdump.org/ +BuildRequires: make BuildRequires: bison BuildRequires: bluez-libs-devel BuildRequires: flex @@ -17,7 +18,7 @@ BuildRequires: glibc-kernheaders >= 2.2.0 BuildRequires: rdma-core-devel %endif -Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz +Source: https://www.tcpdump.org/release/%{name}-%{version}.tar.gz Patch0001: 0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch Patch0002: 0002-pcap-config-mitigate-multilib-conflict.patch @@ -38,7 +39,7 @@ on your network. %package devel Summary: Libraries and header files for the libpcap library -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description devel Libpcap provides a portable framework for low-level network @@ -92,6 +93,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a %{_mandir}/man5/pcap*.5* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 14:1.9.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 12 2020 Michal Ruprich - 14:1.9.1-6 - Using make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro