php/php53 application packaging
Hello,
I'm packaging a PHP application under CentOS 5.It depends on some other php libraries, but should work with both php (5.1) and php53.But when I try to install the application RPM, yum mixes both php and php53 libraries. What is the best way to prevent this ? Cheers, -- packaging mailing list packaging@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/packaging |
php/php53 application packaging
I mean, given the following packages:
my-appphp-foophp-barphp53-foophp53-bar php-foo and php-bar depend on php-common. php53-foo and php53-bar depend on php53-common.php-foo and php53-foo provide "php(foo)".php-bar and php53-bar provide "php(bar)".And my-app depends on "php(foo)" and "php(bar)". When I yum install my-app, it tries to install both php53-foo and php-bar, resulting in a conflict between php-common and php53-common. So, how can I ensure that all my dependencies are installed for the same PHP version ? Is making two my-app-php and my-app-php53 packages the only solution ? On Thu, Sep 6, 2012 at 11:31 AM, indent man <indentman@gmail.com> wrote: Hello, I'm packaging a PHP application under CentOS 5.It depends on some other php libraries, but should work with both php (5.1) and php53. But when I try to install the application RPM, yum mixes both php and php53 libraries. What is the best way to prevent this ? Cheers, -- packaging mailing list packaging@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/packaging |
php/php53 application packaging
On Thu, 6 Sep 2012 11:31:40 +0200, indent man wrote:
> Hello, > > I'm packaging a PHP application under CentOS 5. > It depends on some other php libraries, but should work with both php (5.1) > and php53. > But when I try to install the application RPM, yum mixes both php and php53 > libraries. > > What is the best way to prevent this ? Make the dependencies more specific. Add dependencies on package names and/or specific versions. Use RPM to examine the package's current "Requires" (both the automatically added ones as well as manually added ones) and the PHP package's "Provides". If multiple packages provide the same thing, Yum assumes that either one can be used to resolve a dependency. -- Fedora release 17 (Beefy Miracle) - Linux 3.5.3-1.fc17.x86_64 loadavg: 0.34 0.50 0.22 -- packaging mailing list packaging@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/packaging |
| All times are GMT. The time now is 09:33 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.