-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to force RPM v3 signature? #616
Comments
The RPM Plugin doesn't sign the rpms (even though we prepared everything to do so). |
The command it is using is
No |
We are testing only on rpm v4, so I really can't say anything about v3. However we have random issues with rpm. Mostly on MacOSX because different scriptlet settings. |
Thanks. For what it's worth, I am pursuing help on StackOverflow about this. The result of my endeavors may help others, so I'll include the link. |
I used the rpm plugin to generate an RPM on my Mac, but usually I do it in a CentOS 5 VM. When I went to install the rpm in the CentOS 5 VM I got this error:
I found this guide which is supposed to force v3 signatures but I'd rather not rely on modifying the local environment if there's a way to do it via the rpm plugin. So... is there a way?
P.S. the guide I found is all about gpg but I didn't realize that the rpm plugin signed the rpms.
The text was updated successfully, but these errors were encountered: