File forcev3.patch of Package gpg1
--- gnupg-1.4.9/g10/gpg.c.orig 2008-08-22 20:09:56.000000000 +0200 +++ gnupg-1.4.9/g10/gpg.c 2008-08-22 20:13:01.000000000 +0200 @@ -2326,7 +2326,7 @@ opt.allow_freeform_uid = 1; opt.pgp2_workarounds = 0; opt.escape_from = 1; - opt.force_v3_sigs = 0; + opt.force_v3_sigs = 1; opt.compress_keys = 0; /* not mandated, but we do it */ opt.compress_sigs = 0; /* ditto. */ opt.not_dash_escaped = 0; @@ -2346,7 +2346,7 @@ opt.allow_freeform_uid = 1; opt.pgp2_workarounds = 0; opt.escape_from = 0; - opt.force_v3_sigs = 0; + opt.force_v3_sigs = 1; opt.compress_keys = 0; /* not mandated, but we do it */ opt.compress_sigs = 0; /* ditto. */ opt.not_dash_escaped = 0;