Bug 1230493
| Summary: | Requires on glibc-headers should be removed. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carlos O'Donell <codonell> |
| Component: | sg3_utils | Assignee: | Dan Horák <dan> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dan, pknirsch, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-21 13:29:19 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1230505 | ||
|
Description
Carlos O'Donell
2015-06-11 04:07:25 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 Any progress on removing the unused BuildRequires on glibc-headers? Is there an other way to ensure /usr/include/scsi/{sg,scsi}.h headers (carried by glibc-headers) are available? Because the headers from sg3_utils-devel #include them.
(In reply to Dan Horák from comment #3) > Is there an other way to ensure /usr/include/scsi/{sg,scsi}.h headers > (carried by glibc-headers) are available? Because the headers from > sg3_utils-devel #include them. A C or C++ -devel package does not need to have a dependency on any headers that are part of the C or C++ compilation environment. Your -devel package will never be enough by itself to form a "complete" set of headers so you don't need to add dependencies for every part of the C or C++ compilation environment that you need. The package that is being built using sg3_utils-devel will install a C or C++ compilation environment and that will complete the set of C or C++ system headers required to build binaries with sg3_utils-devel. The C and C++ Application specific guideline [1] tries to cover this, but in version 2 we're going to clarify the language to make this more explicit. [1] https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires Does that answer your question? This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. it's fixed in sg3_utils-1.42-1.fc26. https://koji.fedoraproject.org/koji/taskinfo?taskID=17977237 |