Comment 1 for bug 992718

Revision history for this message
Jeffrey Ness (jeffrey-ness) wrote :

I can not see what our MySQL packages require libpcap (a library for capturing network packets),
it is however BuildRequires and Requires in both our mysql50 and mysql51 packages (not our mysql55 packages):

  $ grep libpcap mysql5*/SPECS/*.spec
  mysql50/SPECS/mysql50.spec:BuildRequires: libpcap
  mysql50/SPECS/mysql50.spec:Requires: libpcap
  mysql50/SPECS/mysql50.spec:- BuildRequires/Requires: libpcap (el5)
  mysql51/SPECS/mysql51.spec:Requires: bash, grep, fileutils, libpcap
  mysql51/SPECS/mysql51.spec:BuildRequires: libpcap
  mysql51/SPECS/mysql51.spec:- BuildRequires/Requires: libpcap (el5)