aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/files/signbot/signbot-rpmmacros
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-11 11:33:39 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-11 11:33:39 +0000
commit517adb146cd95239aa09dd8979ab6da02e41bbea (patch)
tree19353fd698b716a2ab75ebeb952c3a5d8fd59691 /modules/buildsystem/files/signbot/signbot-rpmmacros
parent5d0f5ae981faf258f11fdbcd24bc50e1de05889a (diff)
downloadpuppet-517adb146cd95239aa09dd8979ab6da02e41bbea.tar
puppet-517adb146cd95239aa09dd8979ab6da02e41bbea.tar.gz
puppet-517adb146cd95239aa09dd8979ab6da02e41bbea.tar.bz2
puppet-517adb146cd95239aa09dd8979ab6da02e41bbea.tar.xz
puppet-517adb146cd95239aa09dd8979ab6da02e41bbea.zip
buildsystem::signbot: move files from templates to files directory
The following files have been moved from templates to files directory because they don't use any templating : - mga-signpackage - signbot-rpmmacros - sign-check-package
Diffstat (limited to 'modules/buildsystem/files/signbot/signbot-rpmmacros')
-rw-r--r--modules/buildsystem/files/signbot/signbot-rpmmacros3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/files/signbot/signbot-rpmmacros b/modules/buildsystem/files/signbot/signbot-rpmmacros
new file mode 100644
index 00000000..aab7e389
--- /dev/null
+++ b/modules/buildsystem/files/signbot/signbot-rpmmacros
@@ -0,0 +1,3 @@
+%__gpg_sign_cmd %{__gpg} \
+ gpg --batch --force-v3-sigs --no-verbose --no-armor --passphrase-fd 3 --no-secmem-warning \
+ -u "%{_gpg_name}" -sbo %{__signature_filename} %{__plaintext_filename}