import libpcap-1.9.0-3.el8
This commit is contained in:
parent
d577ea3b9e
commit
5e1bb32f59
@ -1,9 +1,8 @@
|
||||
Name: libpcap
|
||||
Epoch: 14
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A system-independent interface for user-level packet capture
|
||||
Group: Development/Libraries
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
|
||||
@ -33,7 +32,6 @@ on your network.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and header files for the libpcap library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -72,7 +70,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
|
||||
%license LICENSE
|
||||
%doc README.md CHANGES CREDITS
|
||||
%{_libdir}/libpcap.so.*
|
||||
%{_libdir}/pkgconfig/libpcap.pc
|
||||
%{_mandir}/man7/pcap*.7*
|
||||
|
||||
%files devel
|
||||
@ -81,11 +78,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a
|
||||
%{_includedir}/pcap*.h
|
||||
%{_includedir}/pcap
|
||||
%{_libdir}/libpcap.so
|
||||
%{_libdir}/pkgconfig/libpcap.pc
|
||||
%{_mandir}/man1/pcap-config.1*
|
||||
%{_mandir}/man3/pcap*.3*
|
||||
%{_mandir}/man5/pcap*.5*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2019 Michal Ruprich <mruprich@redhat.com> - 14:1.9.0-3
|
||||
- Resolves: #1708397 - Move libpcap.pc to libpcap-devel
|
||||
- Removing obsolete group tag
|
||||
|
||||
* Wed May 22 2019 Michal Ruprich <mruprich@redhat.com> - 14:1.9.0-2
|
||||
- Resolves: #1680929 - libpcap changes blocked until gating tests are added
|
||||
|
||||
* Wed Aug 01 2018 Michal Ruprich <mruprich@redhat.com> - 14:1.9.0-1
|
||||
- New version 1.9.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user