Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1228596

Summary: rpm-ostree compose sign tries to call child process "rpm-sign" instead of "rpmsign"
Product: [Retired] Atomic Reporter: Leandro Santiago <leandrosansilva>
Component: rpm-ostreeAssignee: Colin Walters <walters>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: mbarnes
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-05 13:31:24 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 Leandro Santiago 2015-06-05 09:52:01 UTC
Description of problem:
If I try to sign a tree with the command rpm-ostree compose tree --params..., it will fail because it tries to create a 

Version-Release number of selected component (if applicable):
2015.3 (Fedora 22)


How reproducible:
This is my usage:
# rpm-ostree compose sign --repo=repo --rev=centos-atomic-egym/7/x86_64/standard --key=AAAAA
error: Failed to execute child process "rpm-sign" (No such file or directory)

Then just for testing, I create a link from the file /bin/rpmsign to /bin/rpm-sign and when I try again, having the error:
rpm-sign: --key: unknown option
error: Child process exited with code 1

Which indicates rpmsign is not the command expected to be called by rpm-ostree. I could not find the rpm-sign executable in none of the available packages.

Steps to Reproduce:
1.
2.
3.

Actual results:
error: Failed to execute child process "rpm-sign" (No such file or directory)

Expected results:


Additional info:

Comment 1 Matthew Barnes 2015-06-05 13:31:24 UTC
Duplicate of https://bugzilla.gnome.org/750119