Another problem, this time when I try to build the package:
[andrea@panoramix zboy]$ rfpkg build
Could not execute build: No server defined in: /etc/koji/rpmfusion-config,
/home/andrea/.koji/config
Some other notes that may be helpful:
[andrea@panoramix zboy]$ less /etc/koji/rpmfusion-config
/etc/koji/rpmfusion-config: File o directory non esistente
[andrea@panoramix zboy]$ rpm -q rfpkg
rfpkg-1.23.4-1.fc23.noarch
[andrea@panoramix zboy]$ rpm -q rpmfusion-packager
rpmfusion-packager-0.4-2.fc22.noarch
Bye,
Andrea
On Sun, Jul 10, 2016 at 2:29 PM, Andrea Musuruane <musuruan(a)gmail.com>
wrote:
On Sun, Jul 10, 2016 at 2:15 PM, Hans de Goede <j.w.r.degoede(a)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