diff --git a/baselibs.conf b/baselibs.conf index 7dd1541..3de91da 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,4 @@ libpcap1 +libpcap-devel + requires -libpcap- + requires "libpcap1- = " diff --git a/libpcap.changes b/libpcap.changes index f03cf02..5bac3e7 100644 --- a/libpcap.changes +++ b/libpcap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 17:25:31 UTC 2011 - jengelh@medozas.de + +- Add libpcap-devel to baselibs +- Remove redundant tags/sections + ------------------------------------------------------------------- Thu May 19 14:12:36 UTC 2011 - puzel@novell.com diff --git a/libpcap.spec b/libpcap.spec index 20ea009..24cad7c 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -105,9 +105,6 @@ make %{?_smp_mflags} all shared mkdir -p %{buildroot}%{_bindir} make DESTDIR=%{buildroot} install install-shared -%clean -rm -rf %{buildroot} - %post -n libpcap1 -p /sbin/ldconfig %postun -n libpcap1 -p /sbin/ldconfig