summaryrefslogtreecommitdiffstats
path: root/mkrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-17 09:37:06 +0100
committerRemi Collet <remi@php.net>2025-12-17 09:37:06 +0100
commitb63f8c225c34318cbfc805dfe221ea3946d7d3cb (patch)
tree5042c51e0231b70b2cf7619ca5c10d2d38a62e25 /mkrepo
parent4ad06e93df6c17fa25c712a9a16bb21babec17aa (diff)
switch back to addsignHEADmaster
Diffstat (limited to 'mkrepo')
-rwxr-xr-xmkrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrepo b/mkrepo
index bd92fd3..8794dce 100755
--- a/mkrepo
+++ b/mkrepo
@@ -71,7 +71,7 @@ if [ ${1:-check} != nocheck ]; then
rpm -K *.rpm | grep -v 'signatures.*OK' | cut -d: -f1 | tee $TMP
if [ -s $TMP ]
then
- rpmsign --define "_gpg_path $GPG_PATH" --define "_gpg_name $GPG_NAME" --resign $(cat $TMP)
+ rpmsign --define "_gpg_path $GPG_PATH" --define "_gpg_name $GPG_NAME" --addsign $(cat $TMP)
else
echo OK.
fi