Bug 1866989
| Summary: | samba depends on python3*-crypto erroneously | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Bartlett <abartlet> |
| Component: | samba | Assignee: | Guenther Deschner <gdeschner> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | abokovoy, anoopcs, asn, gdeschner, iboukris, jarrpa, jstephen, lmohanty, madam, sbose, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | samba-4.12.6-0.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-18 01:10:25 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: | |||
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle. Changing version to 33. Thanks for the report Andrew. FEDORA-2020-46c914a221 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-46c914a221 FEDORA-2020-46c914a221 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-46c914a221` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-46c914a221 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-e82175b3c0 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e82175b3c0` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e82175b3c0 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-e82175b3c0 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: samba.spec lists python*-crypto as a depdendency. Version-Release number of selected component (if applicable): Samba 4.12 and later How reproducible: every time Steps to Reproduce: 1. 2. 3. Actual results: python-*crypto is required by the Samba package Expected results: python*-crypto is not required by the samba package Additional info: commit 446c92017369007139af7532dae8503f9db40d48 Author: Andrew Bartlett <abartlet> Date: Sat Dec 14 06:59:45 2019 +1300 bootstrap: Remove un-used dependency python3-crypto This became unused in bbeef554f2c15e739f6095fcb57d9ef6646b411c (except for repl_cleartext_pwd.py, a development script) and we now use GnuTLS via a Samba wrapper. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14255 Signed-off-by: Andrew Bartlett <abartlet> Reviewed-by: Andreas Schneider <asn>