From 041568450f5e281f20482142dc224acc8b556154 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Wed, 3 May 2006 13:33:47 +0000 Subject: [PATCH] - use --no-default-keyring to avoid creating a default gpg dir in / (#171055) --- zypp/KeyRing.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zypp/KeyRing.cc b/zypp/KeyRing.cc index 5264044..0e4d8cb 100644 --- a/zypp/KeyRing.cc +++ b/zypp/KeyRing.cc @@ -207,6 +207,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -332,6 +333,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--with-fingerprint", "--with-colons", "--quiet", @@ -382,6 +384,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--list-public-keys", "--with-colons", @@ -444,6 +447,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -470,6 +474,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--yes", "--quiet", "--no-tty", @@ -503,6 +508,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--no-greeting", @@ -545,6 +551,7 @@ namespace zypp const char* argv[] = { "gpg", + "--no-default-keyring", "--quiet", "--no-tty", "--batch", -- 2.7.4