GNOME Bugzilla – Bug 750119
rpm-ostree compose sign fails: rpm-sign (No such file or directory)
Last modified: 2015-06-01 16:00:31 UTC
Trying to sign a commit. I have the rpm-sign RPM installed which installs /usr/bin/rpmsign but rpm-ostree seems to be trying to exec to "rpm-sign". Using: rpm-ostree-2015.3-2.fc21.x86_64 --- $ $ sudo rpm-ostree compose sign --key=30170657 --rev=rhel-atomic-host/7/x86_64/standard --repo=/opt/content/ostree/el7 error: Failed to execute child process "rpm-sign" (No such file or directory)
Yeah, this is going to continue to confuse people. Use "ostree gpg-sign" instead. See also: https://github.com/projectatomic/rpm-ostree/pull/137
Thanks Matthew. That worked.