[Bug 231746] Review Request: ettercap - Network traffic sniffer/analyser

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 19 17:34:29 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ettercap - Network traffic sniffer/analyser


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231746





------- Additional Comments From wolfy at nobugconsulting.ro  2007-03-19 13:34 EST -------
Not tested, but I think that
%if "0%{?dist}" == "0fc5"
BuildRequires: libpcap
%elif "0%{?dist}" == "0el4"
BuildRequires: libpcap
%else
BuildRequires: libpcap-devel
BuildRequires: libtool-ltdl-devel
%endif


would allow the same spec on all fedora releases and epel 4 (yes, I know
conditions for fc5 and epel4 could be summed; they are separate on purpose, in
case something else is still different)
Actually epel4 has almost the same requirements with fc5, plus a conditional for
the non-existent libtool-ltdl-devel. I have built and tested with:
%if "0%{?dist}" != "0el4"
BuildRequires: libtool-ltdl-devel
BuildRequires: libpcap
%endif
I have no fc5 around so I did not build/test for that.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list