Skip to content

Commit

Permalink
Add deprecation warning to description of "--addsign"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubos Kardos committed Mar 27, 2015
1 parent 5573511 commit 5dd555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmpopt.in
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ rpmbuild alias --buildpolicy --define '__os_install_post %{_rpmconfigdir}/brp-!#
# Minimally preserve rpmbuild's --sign functionality
rpmbuild alias --sign \
--pipe "grep '.*: .*\.rpm$'|cut -d: -f2|xargs -r rpm --addsign" \
--POPTdesc=$"generate GPG signature"
--POPTdesc=$"generate GPG signature (deprecated, use command rpmsign instead)"

rpmsign alias --key-id --define '_gpg_name !#:+' \
--POPTdesc=$"key id/name to sign with" \
Expand Down

0 comments on commit 5dd555a

Please sign in to comment.