← Back to team overview

ius-coredev team mailing list archive

[Bug 992718] Re: Do not require libpcap

 

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)

** Changed in: ius
     Assignee: (unassigned) => Jeffrey Ness (jeffrey-ness)

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/992718

Title:
  Do not require libpcap

Status in IUS Community Project:
  New

Bug description:
  [root@iusdev ~]# rpm -q --whatrequires libpcap
  mysqlclient15-5.0.92-2.ius.el5
  mysql51-5.1.62-3.ius.el5

  This seems to be an IUS requirement where Fedora does not have this:

  $ wget
  http://mirror.hiwaay.net/pub/fedora/linux/development/rawhide/source/SRPMS/m/mysql-5.5.23-1.fc18.src.rpm

  $ grep pcap mysql.spec


  * Mon Jun 30 2008 BJ Dierkes <wdierkes@xxxxxxxxxxxxx> - 5.1.25-rc.1.1.rs
  - BuildRequires/Requires: libpcap (el5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/992718/+subscriptions


References