raulcd opened a new pull request, #50359:
URL: https://github.com/apache/arrow/pull/50359

   ### Rationale for this change
   
   We updated from bookworm to trixie our binary signing image. When trying to 
sign the packages it failed with the following error:
   ```
   Downloading: centos - 100.0% [63/63] 00:01:26 00:00:00  0/s
   error: Unable to open sqlite database /var/lib/rpm/rpmdb.sqlite: unable to 
open database file
   error: cannot open Packages index using sqlite - Operation not permitted (1)
   error: cannot open Packages database in /var/lib/rpm
   error: can't create transaction lock on /var/lib/rpm/.rpm.lock (No such file 
or directory)
   error: /tmp/apache-arrow-binary20260703-49-htq2me.asc: key 1 import failed.
   ```
   
   ### What changes are included in this PR?
   
   Change permissions for `/var/lib/rpm` inside container.
   
   ### Are these changes tested?
   
   Yes, I've used that to upload and sign binaries.
   
   ### Are there any user-facing changes?
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to