On Sun, Jul 10, 2016 at 2:15 PM, Hans de Goede <j.w.r.degoede@gmail.com> wrote:
Hi,

On 07/10/2016 01:47 PM, Andrea Musuruane wrote:
Hi,
    I'm trying to import zboy.

I followed this guide:
http://rpmfusion.org/Contributors#Import_your_package

But I get:
[andrea@panoramix zboy]$ rfpkg import /home/andrea/rpmbuild/SRPMS/zboy-0.60-2.fc23.src.rpm
Could not execute import_srpm: (35, 'Peer reports failure of signature verification or key exchange.')

Can somebody please help?

rfpkg import also does a rfpkg new-sources with the source tarbal in the srpm, that is likely
were the error is coming from.

Gotcha :)

You likely need to run rpmfusion-packager-setup first, and/or maybe manually download
a client-side certificate from: https://fas.rpmfusion.org/accounts/  (not sure if
rpmfusion-packager-setup does this automatically like the fedora version does).

No, it does not download a new client-side certificate.

 
If you manually download the client side certificate make sure to save it as
~/.rpmfusion.cert

It worked.

If you get this to work, please update the wiki if necessary.

Done.

Thanks Hans!

Andrea