Bug 1659245
| Summary: | docker-unit-test: depends on unversioned python | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carl George 🤠 <carlwgeorge> |
| Component: | docker | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | adimania, admiller, amurdaca, dwalsh, fkluknav, ichavero, jcajka, lsm5, mhroncok, nalin, santiago, vbatts |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | docker-1.13.1-66.git1185cfd.fc29 docker-1.13.1-66.git1185cfd.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-27 15:00:13 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: | 1285816 | ||
Daniel, are you responsive? I'll remove the unit-test subpackage. unit-tests subpackages for golang aren't being used by anyone afaik. docker-1.13.1-66.git1185cfd.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7e8545d7f1 docker-1.13.1-66.git1185cfd.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-00dc5d2701 docker-1.13.1-66.git1185cfd.fc29 has been pushed to the Fedora 29 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-00dc5d2701 docker-1.13.1-66.git1185cfd.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-7e8545d7f1 docker-1.13.1-66.git1185cfd.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. docker-1.13.1-66.git1185cfd.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: docker-unit-test depends on the unversioned python command. This will pull in python2 on systems that wouldn't otherwise need it. This happens because there are several python scripts in the bundled libnetwork and tini archives that get included in the package and contain unversioned python shebang lines. /usr/bin/python Version-Release number of selected component (if applicable): docker-unit-test-2:1.13.1-62.git9cb56fd.fc29.x86_64 How reproducible: always Steps to Reproduce: 1. repoquery -q --requires docker-unit-test | grep python Actual results: /usr/bin/python Expected results: no output