Bug 1023915
Summary: | [RFE]:[PATCH]: Use changelog to provide default update description. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alec Leamas <leamas.alec> | ||||||
Component: | fedpkg | Assignee: | Dennis Gilmore <dennis> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | dennis, pnemade, skottler, vondruch | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | fedpkg-1.15-1.fc19 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-12-20 01:48:40 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: |
|
Created attachment 817147 [details]
Patch using clog as default update notes
Oops, first patch was not OK. Sorry.
fedpkg-1.15-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/fedpkg-1.15-1.el6 fedpkg-1.15-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/fedpkg-1.15-1.fc19 fedpkg-1.15-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/fedpkg-1.15-1.fc20 Package fedpkg-1.15-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fedpkg-1.15-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-23442/fedpkg-1.15-1.fc20 then log in and leave karma (feedback). fedpkg-1.15-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. This is wonderful! Alec, thank you for the patch. Thanks. That said, the credits should rightfully go to the great rpmfusion people - I've just imported their workflow into fedpkg. fedpkg-1.15-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. fedpkg-1.15-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 816758 [details] Patch using clog a default update Description of problem: The current default update description when doing "fedpkg update" is "Here you write the reason for this update" or so. This causes some extra work since the text always must be deleted, and also because the user often has to duplicate the text in the change log in the description Version-Release number of selected component (if applicable): How reproducible:always Steps to Reproduce: 1. Update a package 2. invoke fedpkg update 3. Actual results: The description field has a useless default value. Expected results: The default value should be taken from changelog. Additional info: The patch uses the clog created by the update, If it's just one line, it's used as the default description. If more than one line, these lines are presented for the user user so she can copy-paste from them when doing the update.