Bug 1024429

Summary: fedpkg should depend on packagedb-cli, otherwise fedpkg retire fails
Product: [Fedora] Fedora Reporter: Martin Milata <mmilata>
Component: fedpkgAssignee: Dennis Gilmore <dennis>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dennis, ohadlevy, pbabinca
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: 2014-09-26 16:30:44 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:

Description Martin Milata 2013-10-29 16:07:36 UTC
Example:

$ fedpkg retire "No longer used, replaced by satyr"
rm '.gitignore'
rm 'btparser.spec'
rm 'sources'
[f19 74ae7ee] No longer used, replaced by satyr
 4 files changed, 1 insertion(+), 164 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 btparser.spec
 create mode 100644 dead.package
 delete mode 100644 sources
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1/1), done.
Writing objects: 100% (3/3), 297 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: Emitting a message to the fedmsg bus.
To ssh://mmilata.org/btparser
   67fc969..74ae7ee  f19 -> f19
Could not retire package: [Errno 2] No such file or directory

After installing packagedb-cli, the command works as expected.

Comment 1 Martin Milata 2013-10-29 16:09:13 UTC
fedpkg version: fedpkg-1.14-1.fc19.noarch