Bug 1709205
| Summary: | /usr/include/zip.h conflicts between minizip-devel and libzip-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Horák <dan> |
| Component: | minizip | Assignee: | Patrik Novotný <panovotn> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | hhorak, panovotn |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | minizip-2.8.8-2.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-25 01:25:45 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
Dan Horák
2019-05-13 07:58:25 UTC
Dan, I agree implicit conflicts are not allowed, but in this case, I believe we will need explicit "Conflict:" in RPMs -- it doesn't seem to me like a valid use case to have both *zip-devel libraries installed. Just checking whether I'm not missing something -- do you see any issue with specifying "Conflict:" in both *zip-devel RPMs? I would say one can use either the explicit Conflits (especially when libzip and minizip implement different "zip" API) or try moving minizip headers into /usr/include/minizip. It might work well as there is both pkgconfig and cmake detection support in minizip-devel. I went with moving minizip header files into a minizip subdirectory as this solution is more inline with some other major distributions. FEDORA-2019-fd197ee97f has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-fd197ee97f minizip-2.8.8-2.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-fd197ee97f (In reply to Honza Horak from comment #1) > Dan, I agree implicit conflicts are not allowed, but in this case, I believe > we will need explicit "Conflict:" in RPMs -- it doesn't seem to me like a > valid use case to have both *zip-devel libraries installed. Just checking > whether I'm not missing something -- do you see any issue with specifying > "Conflict:" in both *zip-devel RPMs? After talking to Patrik, this comment doesn't seem valid at all, feel free to ignore it. minizip-2.8.8-2.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |