Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > df3869cd656045b5ae5f96f2db3355fa > files > 1

duplicity-2.1.4-1.mga10.src.rpm

From ebc36134916cda8240216f0baf9508d75244ad71 Mon Sep 17 00:00:00 2001
From: Papoteur <papoteur@mageia.org>
Date: Sun, 10 Dec 2023 00:11:23 +0100
Subject: [PATCH] use gpg2

---
 duplicity/gpginterface.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/duplicity/gpginterface.py b/duplicity/gpginterface.py
index e180880..2d91fa4 100644
--- a/duplicity/gpginterface.py
+++ b/duplicity/gpginterface.py
@@ -282,7 +282,7 @@ class GnuPG(object):
     """
 
     def __init__(self):
-        self.call = "gpg"
+        self.call = "gpg2"
         self.passphrase = None
         self.options = Options()
 
-- 
2.41.0