Description of problem: I'm running tests for our project https://github.com/Digital-Preservation-Finland/file-scraper against EL9. At this point I'm using Alma 9. It seems C9S and Alma 9 have the same package version of file. This is what I get when I run file against https://github.com/Digital-Preservation-Finland/file-scraper/blob/master/tests/data/application_pdf/valid_A-1a.pdf $ file tests/data/application_pdf/valid_A-1a.pdf tests/data/application_pdf/valid_A-1a.pdf: PDF document, version 1.4 (password protected) However, the file is not password protected. This commit upstream fixes the bug: https://github.com/file/file/commit/239852073ad3a5ba5cf62b21e95565f122869f6a I'll make a merge request adding the patch. Version-Release number of selected component (if applicable): file-5.39-12.el9.x86_64
Here's my merge request: https://gitlab.com/redhat/centos-stream/rpms/file/-/merge_requests/10 In case it's needed, my FAS/CAS account is vpv. BTW, you may want to update the MR template. It says something about Red Hat Jira, but the documentation in https://docs.centos.org/en-US/stream-contrib/quickstart/ says nothing about a Jira.
(In reply to Ville-Pekka Vainio from comment #1) > BTW, you may want to update the MR template. It says something about Red Hat > Jira, but the documentation in > https://docs.centos.org/en-US/stream-contrib/quickstart/ says nothing about > a Jira. Thanks for this note. In this case the Quick Start guide needs to be updated.