Discussion:
Self Introduction: J."MUFTI" Scheurich
Florian Weimer
2018-12-10 10:42:24 UTC
Permalink
I am a programmer/maintainer of white_dune (
http://wdune.ourproject.org/ ) and i am trying to
include it into fedora.
Welcome!
$ fedpkg --release f29 build --srpm rpmbuild/SRPMS/wdune-0.99-1.pl1216.fc29.src.rpm
Failed to get repository name from Git url or pushurl
[====================================] 100% 00:00:46 22.25 MiB 489.29 KiB/sec
Building wdune-0.99-1.pl1216.fc29.src.rpm for f29-candidate
Created task: 31387399
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=31387399
Watching tasks (this may be safely interrupted)...
31387399 build (f29-candidate, wdune-0.99-1.pl1216.fc29.src.rpm): free
31387399 build (f29-candidate, wdune-0.99-1.pl1216.fc29.src.rpm): free -> FAILED: ActionNotAllowed: policy violation (build_from_srpm)
0 free 0 open 0 done 1 failed
31387399 build (f29-candidate, wdune-0.99-1.pl1216.fc29.src.rpm) failed
$
Any ideas ?
You need to create a non-production (scratch) build which cannot be
released when building from a SRPM, like this:

$ fedpkg --release f29 build --scratch --srpm rpmbuild/SRPMS/wdune-0.99-1.pl1216.fc29.src.rpm

Thanks,
Florian
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraprojec
J. Scheurich
2018-12-10 12:33:27 UTC
Permalink
| I am a programmer/maintainer of white_dune and i am trying to include
it into fedora.
Post by Florian Weimer
You need to create a non-production (scratch) build which cannot be
$ fedpkg --release f29 build --scratch --srpm rpmbuild/SRPMS/wdune-0.99-1.pl1216.fc29.src.rpm
... 31390152 build (f29-candidate, wdune-0.99-1.pl1216.fc29.src.rpm)
completed successfully

How to continue in order to include a white_dune package into fedora ?

so long
MUFTI
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/ar
Florian Weimer
2018-12-10 15:02:56 UTC
Permalink
Post by J. Scheurich
| I am a programmer/maintainer of white_dune and i am trying to
include it into fedora.
Post by Florian Weimer
You need to create a non-production (scratch) build which cannot be
$ fedpkg --release f29 build --scratch --srpm rpmbuild/SRPMS/wdune-0.99-1.pl1216.fc29.src.rpm
... 31390152 build (f29-candidate, wdune-0.99-1.pl1216.fc29.src.rpm)
completed successfully
How to continue in order to include a white_dune package into fedora ?
You need to follow the process here:

<https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Make_a_Package>

I have never been through this process myself, sorry.

Florian
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/deve
Loading...