Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37772047
en ru br
ALT Linux repos
S:2.4.3-alt1
5.0: 2.0.11-alt2.M50.1
4.1: 2.0.14-alt1.M41.1
4.0: 2.0.9-alt2.M40.1
3.0: 1.9.17-alt2

Other repositories
Upstream:2.0.8

Group :: Text tools
RPM: gnupg2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0019-ALT-disable-warning-about-development-mode.patch
Download


From 1d6af0eb577f56bd87a58ee8b34236bda20ed749 Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Wed, 30 Dec 2020 15:37:16 +0300
Subject: ALT: disable warning about development mode
If the isbeta flag is specified then gnupg2 displays a warning:
NOTE: THIS IS A DEVELOPMENT VERSION!
It is only intended for test purposes and should NOT be
used in a production environment or with production keys!
Which is not true.
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
---
 autogen.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 0abf10342..a4b3e9c66 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -237,8 +237,8 @@ if [ "$myhost" = "find-version" ]; then
       rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
     else
       ingit=no
-      beta=yes
-      tmp="-unknown"
+      beta=no
+      tmp=""
       rev="0000000"
       rvd="0"
     fi
-- 
2.25.4
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin