| Summary: | RPM re-build using src RPM is failing - glusterfs-3.6.0.55-1.el6_6.src.rpm for x86_64 | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Sachin <sashinde> |
| Component: | build | Assignee: | Milind Changire <mchangir> |
| Status: | CLOSED NOTABUG | QA Contact: | storage-qa-internal <storage-qa-internal> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | mchangir, mzywusko, nlevinki, rcyriac, rhs-bugs |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-03 04:57:12 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: | |
|
Description
Sachin
2016-04-27 07:18:30 UTC
Since the build being attempted is a CLIENT build, and the file for which the failures have been reported is part of a SERVER side RPM, I would request the QE to waive off this issue.
Ideally, the SERVER side RPMs should not get built at all when doing a CLIENT side build and the SPEC file is broken in this regard. This is a bigger issue.
However, if we need to build SERVER side RPMs in the future for RHS 3.0 for RHEL 6, then fixing the install of /etc/init.d/glusterd will need to be addressed by adding the following line to the %install section of the SPEC file:
%install
...
...
make -C extras/init.d install DESTDIR=%{buildroot}
-----
The extras/ directory is omitted from the normal make install target in the Makefiles.
NOT A BUG - since this is a client side build |