mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-05 01:33:44 +02:00
rpm-sign: Workaround for broken fpm rpm signing
This commit is contained in:
parent
ab057c854c
commit
1b3c12aa08
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,6 @@ fpm -s dir -t rpm \
|
||||||
--description "$DESCRIPTION" \
|
--description "$DESCRIPTION" \
|
||||||
--rpm-user ztncui \
|
--rpm-user ztncui \
|
||||||
--rpm-group ztncui \
|
--rpm-group ztncui \
|
||||||
--rpm-sign \
|
|
||||||
.
|
.
|
||||||
|
|
||||||
fpm -s dir -t deb \
|
fpm -s dir -t deb \
|
||||||
|
@ -130,5 +129,8 @@ fpm -s dir -t deb \
|
||||||
--deb-group ztncui \
|
--deb-group ztncui \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
rpm --addsign ../Release/ztncui*rpm
|
||||||
|
rpm --checksig ../Release/ztncui*rpm
|
||||||
|
|
||||||
createrepo $PKG_DIR
|
createrepo $PKG_DIR
|
||||||
gpg -u 'Key Networks' --detach-sign --armor $PKG_DIR/repodata/repomd.xml
|
gpg -u 'Key Networks' --detach-sign --armor $PKG_DIR/repodata/repomd.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue