RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1018131 - php-pear: unexpanded RPM macro in %triggerpostun
Summary: php-pear: unexpanded RPM macro in %triggerpostun
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: php-pear
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Remi Collet
QA Contact: Petr Šplíchal
URL:
Whiteboard:
Depends On:
Blocks: 1018118
TreeView+ depends on / blocked
 
Reported: 2013-10-11 09:56 UTC by Florian Weimer
Modified: 2021-01-14 09:24 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-10 20:34:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0795 0 normal SHIPPED_LIVE php-pear bug fix update 2016-05-10 22:37:18 UTC

Description Florian Weimer 2013-10-11 09:56:04 UTC
The spec file has this:

%triggerpostun -- php-pear-XML-Util
# re-register extension unregistered during postun of obsoleted php-pear-XML-Util
%{_bindir}/pear install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Util.xml >/dev/null || :

There is a macros file which defines pear_xmldir, but it is apparently not used while building the package, so the macro reference is not expanded.

I've seen this with php-pear-1:1.9.4-4.el6.noarch.

Comment 2 Remi Collet 2013-10-11 11:15:16 UTC
The pear_xmldir is define by the macros.pear file, owned by php-pear (so of course not available at build time).

Verified:

# rpm -q php-pear
php-pear-1.9.4-4.el6.noarch
# rpm -q --triggers php-pear
triggerpostun scriptlet (using /bin/sh) -- php-pear-XML-Util
# re-register extension unregistered during postun of obsoleted php-pear-XML-Util
/usr/bin/pear install --nodeps --soft --force --register-only %{pear_xmldir}/XML_Util.xml >/dev/null || :


I think this trigger (inherited from fedora time) could be remove.
It will never be used as designed to handle update from pear without XML-Util, which is Fedora specific.

Simple fix:

%triggerpostun -- php-pear-XML-Util
# re-register extension unregistered during postun of obsoleted php-pear-XML-Util
%{_bindir}/pear install --nodeps --soft --force --register-only  \
   %{peardir}/.pkgxml/XML_Util.xml >/dev/null || :

Comment 3 RHEL Program Management 2013-10-13 23:00:47 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.

Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.

Comment 14 errata-xmlrpc 2016-05-10 20:34:49 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0795.html


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