|
@@ -1,7 +1,7 @@
|
|
Name: libpcap
|
|
Name: libpcap
|
|
Summary: A system-independent interface for user-level packet capture.
|
|
Summary: A system-independent interface for user-level packet capture.
|
|
Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
|
|
Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
|
|
-Version: 1.8.1
|
|
+Version: 1.9.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Epoch: 1
|
|
Epoch: 1
|
|
|
|
|
|
@@ -14,13 +14,14 @@ Source0: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
|
|
|
|
|
|
Patch0001: 0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch
|
|
Patch0001: 0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch
|
|
Patch0002: 0002-pcap-config-mitigate-multilib-conflict.patch
|
|
Patch0002: 0002-pcap-config-mitigate-multilib-conflict.patch
|
|
|
|
+Patch0003: 0003-pcap-linux-apparently-ctc-interfaces-on-s390-has-eth.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: kernel-headers >= 2.2.0
|
|
BuildRequires: kernel-headers >= 2.2.0
|
|
BuildRequires: flex >= 2.4
|
|
BuildRequires: flex >= 2.4
|
|
BuildRequires: bison
|
|
BuildRequires: bison
|
|
-BuildRequires: openssl-devel
|
|
+#BuildRequires: openssl-devel
|
|
-BuildRequires: libnl-devel
|
|
+#BuildRequires: libnl-devel
|
|
BuildRequires: git
|
|
BuildRequires: git
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -90,12 +91,14 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc README CHANGES
|
|
+%license LICENSE
|
|
|
|
+%doc README.md CHANGES doc/README.linux*
|
|
%{_libdir}/libpcap.so.*
|
|
%{_libdir}/libpcap.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{_bindir}/pcap-config
|
|
%{_bindir}/pcap-config
|
|
|
|
+%{_libdir}/pkgconfig/libpcap.pc
|
|
%{_includedir}/pcap*.h
|
|
%{_includedir}/pcap*.h
|
|
%dir %{_includedir}/pcap
|
|
%dir %{_includedir}/pcap
|
|
%{_includedir}/pcap/*
|
|
%{_includedir}/pcap/*
|
|
@@ -106,6 +109,12 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man7/*
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.9.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- imported Patch3 from rawhide.
|
|
|
|
+- dropped libnl-devel from BR:.
|
|
|
|
+- dropped openssl-devel from BR:.
|
|
|
|
+
|
|
* Sun Sep 17 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.8.1-1
|
|
* Sun Sep 17 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.8.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- imported patches from rawhide.
|
|
- imported patches from rawhide.
|