Bug 1323254
Summary: | lshell: Provide a Python 3 subpackage | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomas Orsava <torsava> | ||||
Component: | lshell | Assignee: | Fabian Affolter <mail> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | lbalhar, mail, pviktori | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | lshell-0.9.18-1.fc24 lshell-0.9.18-1.fc22 lshell-0.9.18-1.fc23 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-05-20 17:41:50 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 | ||||||
Attachments: |
|
Description
Tomas Orsava
2016-04-01 15:58:02 UTC
Hello. I've found this bug in Fedora portingdb and I've thought that it isn't ported to Python 3 yet but the package is already ported to Python 3. But I've found another bug in documentation files list, where README instead README.md is listed and this is the reason why package build fails. So I solved this bug and prepare the specfile for new upstream release too. Here is my patch to original specfile: $ diff lshell.spec lshell.spec.old 2,3c2,3 < Version: 0.9.18 < Release: 1%{?dist} --- > Version: 0.9.17 > Release: 2%{?dist} 29c29 < rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README.md} --- > rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README} 54,56d53 < * Thu May 05 2016 Lumír Balhar <frenzy.madness> - 0.9.18-1 < - Updated to new upstream version 0.9.18 Have a nice day. Lumír Hi Lumir! Thank you for pointing out that the package is already ported, I will investigate why it is shown incorrectly in the PortingDB. Concerning the bug you have found, I would suggest you open a new BugZilla report just for it as it is not related to this bug. And two note on patches: 1. If you want to include a patch on BugZilla, use the "Add an attachment" option above the comments. 2. It is best to make patches using git (commit changes and do `git format-patch HEAD~` for example). Patches made by git include time, subject, name of the person and above all—you can be sure they are correct. If you use `diff` you can often switch the order of the files and make a reverse patch, as you posted here. I suggest reviewing the patch in some editor with highlighting: added lines should be green. Have a great day! Tomas Hi Fabian, thank you for taking the time to port your package to Python 3! However, I have found out that there is no functioning build of the package with this added Python 3 support. When I tried building it in Koji, it fails: http://koji.fedoraproject.org/koji/taskinfo?taskID=13949522 I would like to ask you to take a look at it. Hopefully it is only the forgotten ".md" extension of the README file on that one line as Lumir pointed out. Thank you for your time! And Lumir, as this bug blocks building of the package, you were right to post the patch here. You need to update to the 9.18 release; 9.17 is not py3-compatible. Hi Tomas. Thank you very much for your advice. This is my first cooperation in the RH Bugzilla so I really appreciate that. My patch in a correct form will be in attachments in a short while. Have a nice weekend. Lumír Created attachment 1154817 [details]
New release and BugFix.
lshell-0.9.18-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-2f5ecaae1a lshell-0.9.18-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5f046ca688 lshell-0.9.18-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-619af92d2e lshell-0.9.18-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-5f046ca688 lshell-0.9.18-1.fc22 has been pushed to the Fedora 22 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-619af92d2e lshell-0.9.18-1.fc24 has been pushed to the Fedora 24 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-2f5ecaae1a Great work, Lumir! Your patch is now in and the lshell package is ported! And thank you, Fabian, for pushing the patch so quickly! lshell-0.9.18-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. lshell-0.9.18-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. lshell-0.9.18-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |