rpm-sign: Workaround for broken fpm rpm signing (#53)
This commit is contained in:
parent
ab057c854c
commit
f0be22248c
@ -118,7 +118,6 @@ fpm -s dir -t rpm \
|
||||
--description "$DESCRIPTION" \
|
||||
--rpm-user ztncui \
|
||||
--rpm-group ztncui \
|
||||
--rpm-sign \
|
||||
.
|
||||
|
||||
fpm -s dir -t deb \
|
||||
@ -130,5 +129,8 @@ fpm -s dir -t deb \
|
||||
--deb-group ztncui \
|
||||
.
|
||||
|
||||
rpm --addsign ../Release/ztncui*rpm
|
||||
rpm --checksig ../Release/ztncui*rpm
|
||||
|
||||
createrepo $PKG_DIR
|
||||
gpg -u 'Key Networks' --detach-sign --armor $PKG_DIR/repodata/repomd.xml
|
||||
|
Loading…
Reference in New Issue
Block a user