[Rpm-maint] [rpm-software-management/rpm] Use consistent case in signature and key messages (PR #3426)
Panu Matilainen
notifications at github.com
Tue Nov 5 07:10:38 UTC 2024
The signature and key related messages are a historical mess of inconsistency, we have at least the following in closely related messages that happen under slightly different circumstances:
- Header V4 RSA/SHA256 Signature
- RSA signature: NOTFOUND
- signatures OK
- key ID
- Key Fingerprint
Just use lower case consistently for everything but acronyms, so the above becomes
- Header V4 RSA/SHA256 signature
- RSA signature: NOTFOUND
- signatures OK
- key ID
- key fingerprint
This will no doubt break somebody's fine-tuned script but we're breaking them in 6.0 anyhow so this is the right time for this kind of cleanup.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/3426
-- Commit Summary --
* Use consistent case in signature and key messages
-- File Changes --
M lib/rpmvs.cc (2)
M rpmio/rpmpgp.cc (2)
M tests/rpmi.at (16)
M tests/rpmpython.at (4)
M tests/rpmquery.at (2)
M tests/rpmsigdig.at (132)
M tests/rpmvfylevel.at (6)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/3426.patch
https://github.com/rpm-software-management/rpm/pull/3426.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3426
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3426 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241104/1b92b47b/attachment-0001.html>
More information about the Rpm-maint
mailing list