[f40] Doc issue in file modules/system-administrators-guide/pages/package-management/DNF.adoc #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This sentence implies that yum will not install any package from a repo if it was signed by a different key than what was specified in the .repo file. We can adjust this to clarify that yum will not install a package if the corresponding gpgkey for that package is not imported.
Change this:
When signature verification is enabled, Yum will refuse to install any packages not GPG-signed with the correct key for that repository
to something like this:
When signature verification is enabled, Yum will refuse to install any gpg-signed packages not signed by an imported gpg key.
Example Situation
pkg-A signed by gpgkey-A
pkg-A is in repoB
[repoB]
...
gpgkey=gpgkey-B
I’ve already imported gpgkey-A
—
I install pkg-A from repoB and it verifies the package bc a key is already imported. Customer expected this to fail since the gpgkey for pkg-A was not specified.
set status to To do
Thanks for your efforts here. Unfortunately, the admin guides are no longer maintained. And we have a discussion how to further proceed with Fedora Docs. See e.g. Fedora Docs – current state and conclusions from our experiences. As part of this, we will create new administration docs, that will partly reuse the old docs and update them. So, we will use your enhancement later.