diff --git a/libpcap.spec b/libpcap.spec index 7f62b6283766987f4ac6976fdf24c42936d3f14f..63b23a8df98d935fe8a623ce7b660dbf11983394 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.9.1 -Release: 7 +Release: 8 Summary: A system-independent interface for user-level packet capture License: BSD with advertising URL: http://www.tcpdump.org @@ -15,7 +15,7 @@ Patch4: 0875-optimize-make-some-variables-unsigned.patch Patch5: 0876-optimize-fix-some-of-those-changes.patch Patch6: pcap-config-mitigate-multilib-conflict.patch -BuildRequires: bison bluez-libs-devel flex gcc git glibc-kernheaders >= 2.2.0 +BuildRequires: bison bluez-libs-devel flex gcc glibc-kernheaders >= 2.2.0 %description This is the official web site of tcpdump, a powerful command-line @@ -32,7 +32,7 @@ header files for libpcap %package_help %prep -%autosetup -n %{name}-%{version} -S git +%autosetup -n %{name}-%{version} -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" @@ -64,6 +64,9 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{_mandir}/man* %changelog +* Mon Aug 02 2021 chenyanpanHW - 1.9.1-8 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Nov 28 2020 xiaqirong - 14:1.9.1-7 - Type:bugfix - ID:NA