This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9082b4737c GH-49521: [CI][Packaging] Try removing KEY that seems bad 
from downloaded KEYS file (#49525)
9082b4737c is described below

commit 9082b4737c5ddd3f6c2ada4b67233eb18947cd9d
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Mar 16 21:15:02 2026 +0100

    GH-49521: [CI][Packaging] Try removing KEY that seems bad from downloaded 
KEYS file (#49525)
    
    ### Rationale for this change
    
    Some CI jobs fail validating a newly added GPG key.
    
    ### What changes are included in this PR?
    
    Remove this key from the processed ones on the packaging jobs as we do with 
others similar.
    
    ### Are these changes tested?
    
    Yes on CI
    
    ### Are there any user-facing changes?
    
    No
    
    * GitHub Issue: #49521
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/linux-packages/apache-arrow-release/Rakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tasks/linux-packages/apache-arrow-release/Rakefile 
b/dev/tasks/linux-packages/apache-arrow-release/Rakefile
index b7e1c87d13..5196bd32f7 100644
--- a/dev/tasks/linux-packages/apache-arrow-release/Rakefile
+++ b/dev/tasks/linux-packages/apache-arrow-release/Rakefile
@@ -50,6 +50,8 @@ class ApacheArrowReleasePackageTask < PackageTask
           # "rpmkeys --import" reports error for these keys.
           # It seems that a subkey of this key may be related. (Is SHA1 bad?)
           "8CAAD602",
+          # Another KEY that seems bad: 
https://github.com/apache/arrow/issues/49521
+          "1AA8CF92D409A73393D0B736BFF2EE42C8282E76",
           # https://github.com/apache/arrow/issues/15007
           # It seems that a subkey of this key may be related.
           "B90EB64A3AF15545EC8A7B8803F0D5EA3790810C",

Reply via email to