fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 25 forks source link

rpm: ensure whether old key has been imported #548

Closed kenhys closed 1 year ago

kenhys commented 1 year ago

If you didn't import public key yet, verifying with rpm -K fails (digests SIGNATURES NOT OK)

It help step how to fix missing import key.

kenhys commented 1 year ago

Instead of A || B && C, it should be A || (B && C) to work as expected.