Bug 597914
| Summary: | unbound pulls in bind as dependency (dnssec-conf no longer needed/useful) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Charles R. Anderson <cra> |
| Component: | unbound | Assignee: | Paul Wouters <pwouters> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | atkac, jr-redhatbugs2, pwouters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | unbound-1.4.4-2.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-23 17:51:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Yes, they will be build tomorrow. We were waiting on unbound 2.4.5, since we will need to ship 2.4.4 with 6 svn patches, but I have not seen the pre-release yet. Packages should show up shortly. Thanks for reporting this Updates have been build and are awaiting in various queues for EL and Fedora I see F11 and F12 updates in Bodhi. Were you going to do an F13 one? Thanks. unbound-1.4.4-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/unbound-1.4.4-2.fc13 unbound-1.4.4-2.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update unbound'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/unbound-1.4.4-2.fc13 This change has broken BIND on F12. Please see bug 606478. On F12: - bind requires dnssec-conf - dnssec-conf includes the DNSSEC files for bind - unbound, as of today, replaces dnssec-conf - unbound does NOT include the DNSSEC files for bind unbound-1.4.4-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: unbound requires the dnssec-conf package. At some point, the bind package consumed dnssec-conf (obsoleting/providing it), while removing the actual point of that package--there is no longer any way to easily configure dnssec support in bind or unbound since /usr/{,s}bin/dnssec-conf no longer exists. And now we have the bloat that installing unbound requires bind. That just seems wrong. Is there something else provided by bind that was formerly in dnssec-conf which is needed by unbound? Should a real dnssec-conf be brought back for use by unbound? Version-Release number of selected component (if applicable): unbound-1.4.1-1.fc13.x86_64 bind-9.7.0-10.P2.fc13.x86_64 Actual results: >rpm -q --requires unbound | grep dnssec dnssec-conf dnssec-conf >= 1.19 >rpm -q --provides bind | grep dnssec dnssec-conf = 1.22-5 Expected results: Remove Requires: dnssec-conf from unbound package.