On 3/5/26 3:19 PM, Panu Matilainen wrote:
On 3/5/26 2:47 PM, Cristian Le via devel wrote:

On 2026/03/05 11:20, Florian Weimer wrote:
* Panu Matilainen:

On 3/5/26 11:36 AM, Florian Weimer wrote:
One of the checks on our Bodhi updates
<https://bodhi.fedoraproject.org/updates/FEDORA-2026-56f047d188> needs
to install debuginfo packages.  Apparently this now fails with:
          Package glibc-debuginfo-2.43.9000-4.fc45.i686.rpm is not
signed
          Package glibc-debugsource-2.43.9000-4.fc45.i686.rpm is not signed
          Error: GPG check FAILED
<https://artifacts.dev.testing-farm.io/ce5f15f1-8d72-4411-b34d- bab48f7bf96f/work-citxp6yue3/tmt-run.log>
What's the recommended way to address this?
Any repositories with unsigned packages just need to have gpgcheck=0
in the configuration. I don't know where the test-artifacts repo comes
from, but whatever creates the .repo file for it needs to be updated
to have that.
I don't know where the repository comes from, either.  How can I figure
this out?

Thanks,
Florian

That is weird gpgcheck is disabled [1].

The core command being executed there is
```
debuginfo-install -y  glibc-common glibc
```

Oh... just realized debuginfo-install is a dnf4 thing, I thought that had been decommissioned already. Replacing that with the dnf5- counterpart ought to do the trick:

     dnf5 debuginfo-install glibc

Erm, that should of course be:

        dnf5 -y debuginfo-install glibc-common glibc

        - Panu -

--
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to