fix key expiry date parsing (bnc#828672)
authorMichael Andres <ma@suse.de>
Tue, 27 Aug 2013 16:24:06 +0000 (18:24 +0200)
committerMichael Andres <ma@suse.de>
Tue, 27 Aug 2013 16:45:07 +0000 (18:45 +0200)
old gpg versions do not have --fixed-list-mode as default.

zypp/KeyRing.cc

index bdee10e..029b3e6 100644 (file)
@@ -129,6 +129,7 @@ namespace zypp
            "--no-default-keyring",
            "--quiet",
            "--with-colons",
+           "--fixed-list-mode",
            "--with-fingerprint",
            "--with-sig-list",
            "--no-tty",