dnbert / prm

PRM Allows you to quickly build package repositories, inspired by Jordan Sissels' FPM
MIT License
250 stars 33 forks source link

GPG signing for RPM packages #58

Closed justinmayer closed 8 years ago

justinmayer commented 8 years ago

The README doesn't make any mention of GPG signing being Debian-only, so I assumed I could sign RPM packages via the --gpg option. But when I use --gpg with --type rpm, I am not prompted for my GPG passphrase as I would have expected.

I'm not very familiar with Ruby, but it seems like the build_rpm_repo function takes a gpg argument but doesn't do anything with it.

Am I missing something obvious?

justinmayer commented 8 years ago

Thanks for adding GPG signing for RPM packages, Terrell. Nice work!

Looking forward to a future iteration that can work around rpmbuild's apparent insistence that GPG passphrase entry be interactive. (^_^)