| Summary: | qt: %{_kde4_iconsdir} in spec file not expanded | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Florian Weimer <fweimer> |
| Component: | qt | Assignee: | Jan Grulich <jgrulich> |
| Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | riehecky, rvokal, tpelka |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-12-06 10:40:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1018118 | ||
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. (In reply to Florian Weimer from comment #0) > _kde4_iconsdir is defined in kde-filesystem. It's apparently not installed > in the build root, so the macro not expanded: > > $ rpm -qp --scripts phonon-backend-gstreamer-4.6.2-26.el6_4.x86_64.rpm > postinstall scriptlet (using /bin/sh): > touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: > postuninstall scriptlet (using /bin/sh): > if [ $1 -eq 0 ] ; then > touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: > gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: > fi > posttrans scriptlet (using /bin/sh): > gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: > > BuildRequires: kde-filesystem should fix this, but you should do that only > if it doesn't introduce a c it's no problem to add BR on kde-filesystem. The kde-filesystem only requires filesystem and rpm so there's no cyclic build dependency in this case it's easy fix, grant devel-ack Granting dev_ack. Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available. The official life cycle policy can be reviewed here: http://redhat.com/rhel/lifecycle This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL: https://access.redhat.com/ |
_kde4_iconsdir is defined in kde-filesystem. It's apparently not installed in the build root, so the macro not expanded: $ rpm -qp --scripts phonon-backend-gstreamer-4.6.2-26.el6_4.x86_64.rpm postinstall scriptlet (using /bin/sh): touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: postuninstall scriptlet (using /bin/sh): if [ $1 -eq 0 ] ; then touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||: gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: fi posttrans scriptlet (using /bin/sh): gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||: BuildRequires: kde-filesystem should fix this, but you should do that only if it doesn't introduce a cyclic build dependency. :-)