From 768727af7f260181ccea0b78e93ab8870d9629c9 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Tue, 27 Aug 2013 18:24:06 +0200 Subject: [PATCH] fix key expiry date parsing (bnc#828672) old gpg versions do not have --fixed-list-mode as default. --- zypp/KeyRing.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/zypp/KeyRing.cc b/zypp/KeyRing.cc index bdee10e..029b3e6 100644 --- a/zypp/KeyRing.cc +++ b/zypp/KeyRing.cc @@ -129,6 +129,7 @@ namespace zypp "--no-default-keyring", "--quiet", "--with-colons", + "--fixed-list-mode", "--with-fingerprint", "--with-sig-list", "--no-tty", -- 2.7.4