Bug 1277947
Summary: | sshuttle fails to run on Fedora23 due to missing requires | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Christopher Brown <chris.brown> | ||||
Component: | sshuttle | Assignee: | Kevin Fenzi <kevin> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | jonathan.underwood, maci | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | sshuttle-0.77.2-1.fc23 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-03-16 14:50:03 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: | |||||||
Attachments: |
|
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Fortunately, there's a new upstream: https://github.com/sshuttle/sshuttle We're busy updating the packages on the F24 and rawhide branches to this new upstream at the moment, and once we've got it nicely sorted out there, we'll backport to F23. Watch this space :) Updated packages for F23 can be pulled for testing from here, when the build completes: http://koji.fedoraproject.org/koji/taskinfo?taskID=13239957 sshuttle-0.77-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7de17c1d5c sshuttle-0.77-4.fc23 has been pushed to the Fedora 23 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-2016-7de17c1d5c sshuttle-0.77.2-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7de17c1d5c sshuttle-0.77.2-1.fc23 has been pushed to the Fedora 23 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-2016-7de17c1d5c Many thanks for the attention on this package. Looks good from here. sshuttle-0.77.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1089601 [details] Patch to add python requires statement Description of problem: sshuttle fails to launch due to missing requires of python 2 now that Fedora has moved to python3 Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Install Fedora 23 2. Try to run sshuttle 3. Actual results: /bin/sshuttle: line 4: /usr/bin/python: No such file or directory Expected results: Additional info: Patch for spec file added. Ultimately it would be great if this was updated to run on python3 but it looks like a dead project. A pity as this is hugely useful software.