← Back to team overview

ius-coredev team mailing list archive

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

 

Public bug reported:

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}

** Affects: ius
     Importance: Undecided
         Status: New

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


Follow ups

References