Bug 1488110

Summary: RHSCL-meta packages don't own %{_scl_root}/usr/lib64
Product: Red Hat Enterprise Linux 7 Reporter: Luboš Uhliarik <luhliari>
Component: scl-utilsAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.4CC: jorton
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: 2018-08-29 14:22:13 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:
Embargoed:

Description Luboš Uhliarik 2017-09-04 11:04:16 UTC
Description of problem:
e.g. rh-nginx112-runtime package doesn't own /opt/rh/rh-nginx112/root/usr/lib64 directory on aarch42 and ppc64le architectures. 

The situation is the same in httpd24-runtime package.

Version-Release number of selected component (if applicable):
*-runtime

How reproducible:
always

Steps to Reproduce:
1. rpm -qlp rh-nginx112-runtime-1.12-3.el7.aarch64.rpm | grep 'usr/lib64$'
2. rpm -qlp rh-nginx112-runtime-1.12-3.el7.ppc64le.rpm | grep 'usr/lib64$'

Actual results:
nothing, /opt/rh/rh-nginx112/root/usr/lib64 is not included

Expected results:
/opt/rh/rh-nginx112/root/usr/lib64

Additional info:

This is part of the macros.scl:

%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
%{_scl_root}/%{_lib}
%endif

IMO, previous lines should be modified in this way (add aarch64 and ppc64le architecture):

%ifarch x86_64 ppc ppc64 ppc64le aarch64 sparc sparc64 s390 s390x
%{_scl_root}/%{_lib}
%endif

please, see this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1487085

Comment 3 Joe Orton 2018-08-29 14:22:13 UTC

*** This bug has been marked as a duplicate of bug 1475718 ***