> Hi,
> 
> I tried the following:
> 
> $ kinit mufti11(a)FEDORAPROJECT.ORG
> rm -rf wdune
> fedpkg clone wdune
> cd wdune
> $ fedpkg import ~/rpmbuild/SRPMS/wdune-1.654-3.fc32.src.rpm > /dev/null
> 
> $ git commit -sm "Initial import (#1658153)"
> error: gpg failed to sign the data
> fatal: failed to write commit object
> $ fedpkg push
> Everything up-to-date
> $ fedpkg build
> Could not execute build: /home/home/mufti/wdune has uncommitted
> changes.  Use git status to see details
> Try option --srpm to make scratch build from local changes.
> $
> 
> I updated the gpg keys with
> 
> curl https://getfedora.org/static/fedora.gpg | gpg --import

Why don't you listen to your sponsors advise?

https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/WHP6UKNKFX7RY7Y22CNNGWWKBBJX3JI6/

If I was your sponsor I would consider withdrawing your packager status.
Try reverting your first commit as it's garbage, you never upload the unpacked 
source files!

https://src.fedoraproject.org/rpms/wdune/tree/master

rm -rf wdune
fedpkg clone wdune
cd wdune
git revert -1 HEAD
git push

then do it properly

fedpkg import ~/rpmbuild/SRPMS/wdune-1.654-3.fc32.src.rpm
git commit -am "Initial import (#1658153)"
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to