Bug 251823 - php-embedded package packaging errors
Summary: php-embedded package packaging errors
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: php
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-11 23:14 UTC by Hans de Goede
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-29 12:35:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Hans de Goede 2007-08-11 23:14:22 UTC
Opening a new bug for 2 packaging errors which I discovered today in the new
-embedded package. I"m doing this in a new bug so that it doesn't fall through
the cracks.

First the big error: ldconfig doesn't get run, the following lines should be
added to the spec above %files:

%post embedded -p /sbin/ldconfig
%postun embedded -p /sbin/ldconfig

And then the smaller error, currently php-embedded requires php-common, but that
is not necessary users will provide their own php.ini, and if any using package
needs the extensions provided by php-common this package should require
php-common itself (or even better require the virtual provides for the extensions).

Comment 1 Joe Orton 2007-08-29 12:35:46 UTC
ldconfig invocations added in -9 - thanks!

I think it's sensible for all the SAPI subpackages to require -common so the
common READMEs and license files are pulled in.  It has negligible impact, in
any case - -common is tiny.


Note You need to log in before you can comment on or make changes to this bug.