← Back to team overview

ius-coredev team mailing list archive

[Bug 920178] Re: php52-ioncube and php53u-ioncube provide inconsistent package name

 

Hello Mark,

Thank you for providing this bug. This is defiantly is a typo and
appears to have existed from the first build:

   http://bazaar.launchpad.net/~ius-coredev/ius/php52-ioncube-
loader/revision/1

I'm going to correct these Provides/Conflicts and rebuild.

Jeffrey-

-- 
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/920178

Title:
  php52-ioncube and php53u-ioncube provide inconsistent package name

Status in IUS Community Project:
  New

Bug description:
  The php52-ioncube-loader and php53u-ioncube-loader package specs both
  provide 'php5-ioncube-loader' instead of 'php-ioncube-loader' which is
  the naming scheme followed by all the other IUS PHP packages.

  To fix, the 'Conflicts' and 'Provides' line would have to be changed
  from:

  Conflicts:  php5-ioncube-loader < %{basever}
  Provides:   php5-ioncube-loader = %{version}-%{release}

  to:

  Conflicts:  php-ioncube-loader < %{basever}
  Provides:   php-ioncube-loader = %{version}-%{release}

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


References