From 3f449c1091ee49b66c4719accad588c24cc5affa Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mar 30 2009 14:13:09 +0000 Subject: - remove hardcoded dependencies on libpcap and bind-libs --- diff --git a/dnscap.spec b/dnscap.spec index 4c1e450..a0d930f 100644 --- a/dnscap.spec +++ b/dnscap.spec @@ -1,6 +1,6 @@ Name: dnscap Version: 1.0 -Release: 0.8.20070807cvs%{?dist} +Release: 0.9.20070807cvs%{?dist} Summary: DNS traffic capture utility Group: Applications/Internet @@ -11,7 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel, libbind-devel, autoconf, automake, libtool BuildRequires: groff, pkgconfig -Requires: libpcap, bind-libs Patch0: dnscap-1.0-isc_list.patch Patch1: dnscap-1.0-warns.patch @@ -48,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/dnscap.1.gz %changelog +* Mon Mar 30 2009 Adam Tkac 1.0-0.9.20070807cvs +- remove hardcoded dependencies on libpcap and bind-libs + * Mon Mar 09 2009 Adam Tkac 1.0-0.8.20070807cvs - replace bind-devel by libbind-devel