Bug 976427
Summary: | [PATCH] please add systemd-python3 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zbigniew Jędrzejewski-Szmek <zbyszek> | ||||||
Component: | systemd | Assignee: | systemd-maint | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 19 | CC: | dwmw2, harald, johannbg, lnykryn, msekleta, notting, orion, plautrba, systemd-maint, vpavlin, zbyszek | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-09-10 02:36: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: | |||||||||
Attachments: |
|
Description
Zbigniew Jędrzejewski-Szmek
2013-06-20 14:30:38 UTC
Created attachment 763481 [details]
fix for bug visible only in Python3 branch
I need this to try to build fail2ban with python3. I will push the update with python3 today or tomorrow. Please wait a bit. Patch is applied upstream in http://cgit.freedesktop.org/systemd/systemd/commit/?id=c2748ce. Orion, can you check if the rpms from http://koji.fedoraproject.org/koji/getfile?taskID=5819840 or http://koji.fedoraproject.org/koji/getfile?taskID=5819880 work for you? ... http://koji.fedoraproject.org/koji/taskinfo?taskID=5819880 or http://koji.fedoraproject.org/koji/taskinfo?taskID=5819840 That seems to work nicely. Thanks. In the package git repository, you've added a changelog for 204-11 without actually bumping the release to 11. (In reply to David Woodhouse from comment #7) > In the package git repository, you've added a changelog for 204-11 without > actually bumping the release to 11. I didn't actually build the package (in non-scratch mode) either :) The idea was to have something in the changelog, without actually bumping the release number, so that we somebody does a release at some point, with more significant changes, the release number will be bumped and the changelog will work as expected. Does this generate problems? I'm not aware of any except a warning during build. Anyway, 206-11 contains the python3 changes, so this bug can be closed. I'm not sure why bugzilla didn't pick this up automatically... Does it only look at the bugs referenced in the latest release in the changelog? Bodhi will close bugs explicitly noted in the bug field. Otherwise there is no automatic connection between builds and bugzilla. (In reply to Orion Poplawski from comment #9) > Bodhi will close bugs explicitly noted in the bug field. Otherwise there is > no automatic connection between builds and bugzilla. I have the following in %changelog: %changelog ... * Sun Aug 11 2013 Zbigniew Jędrzejewski-Szmek <zbyszek.pl> - 204-10 - New systemd-python3 package (#976427). I thought that should suffice to have this bug closed... It's the list of bugs manually entered here: https://admin.fedoraproject.org/updates/new/ (In reply to Zbigniew Jędrzejewski-Szmek from comment #10) > (In reply to Orion Poplawski from comment #9) > > Bodhi will close bugs explicitly noted in the bug field. Otherwise there is > > no automatic connection between builds and bugzilla. > I have the following in %changelog: > > %changelog > ... > > * Sun Aug 11 2013 Zbigniew Jędrzejewski-Szmek <zbyszek.pl> - 204-10 > - New systemd-python3 package (#976427). > > I thought that should suffice to have this bug closed... sorry, seems like I forgot to add that bugzilla in bodhi (In reply to Kay Sievers from comment #11) > It's the list of bugs manually entered here: > https://admin.fedoraproject.org/updates/new/ Ah, OK. That explains everything. OMG, couldn't this be extracted automatically from the changelog? (In reply to Zbigniew Jędrzejewski-Szmek from comment #13) > (In reply to Kay Sievers from comment #11) > > It's the list of bugs manually entered here: > > https://admin.fedoraproject.org/updates/new/ > Ah, OK. That explains everything. OMG, couldn't this be extracted > automatically from the changelog? yes, it could... and it would simplify things a lot :) |