mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-21 11:56:55 +02:00
issue#18: Workaround for broken fpm rpm signing
This commit is contained in:
parent
ab057c854c
commit
599050d781
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue