I had the repo created 2 days ago https://pagure.io/releng/fedora-scm-requests/issue/32795 but I still can't do a build:
$ fedpkg build Building clipman-1.5.2-0.2.fc35 for rawhide Created task: 63924756 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=63924756 Watching tasks (this may be safely interrupted)... 63924756 build (rawhide, /rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): free 63924756 build (rawhide, /rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): free -> open (buildvm-x86-25.iad2.fedoraproject.org) 63924853 buildSRPMFromSCM (/rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): free 63924853 buildSRPMFromSCM (/rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): free -> open (buildvm-ppc64le-14.iad2.fedoraproject.org) 63924756 build (rawhide, /rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): open (buildvm-x86-25.iad2.fedoraproject.org) -> FAILED: BuildError: package golang-github-yory8-clipman not in list for tag f35-updates-candidate 0 free 1 open 0 done 1 failed 63924853 buildSRPMFromSCM (/rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d): open (buildvm-ppc64le-14.iad2.fedoraproject.org) -> closed 0 free 0 open 1 done 1 failed 63924756 build (rawhide, /rpms/clipman.git:5a840ce2ffd7ca928319aa40aafedb7ad48ffb7d) failed
I'll repeat what I added to the review bug:
So, there's a problem here.
The review and the spec name are "clipman"
But the actual package name in the spec is "golang-github-yory8-clipman", ie the %{goname} value.
This is not acceptable by guidelines ( https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming ) and our tooling doesn't expect it or work right either. :)
So, either you have to name this 'clipman' in the spec, or you have to rename the package to 'golang-github-yory8-clipman' and have a golang-github-yory8-clipman.spec file in there.
I'm guessing since this is a binary, end user thing, it should just be called 'clipman' ?
Lets close this and use the review bug to track actions from this?
Metadata Update from @kevin: - Issue close_status updated to: Upstream - Issue status updated to: Closed (was: Open)
I used exactly the same comands on my other new repo i3blocks which was only created yesterday yet it built perfectly:
$ fedpkg build Building i3blocks-1.5-2.fc35 for rawhide Created task: 63931451 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=63931451 Watching tasks (this may be safely interrupted)... 63931451 build (rawhide, /rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): free 63931451 build (rawhide, /rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): free -> open (buildvm-a32-19.iad2.fedoraproject.org) 63931456 buildSRPMFromSCM (/rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): free 63931456 buildSRPMFromSCM (/rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): free -> open (buildvm-ppc64le-28.iad2.fedoraproject.org) 63931668 buildArch (i3blocks-1.5-2.fc35.src.rpm, armv7hl): open (buildvm-a32-08.iad2.fedoraproject.org) 63931673 buildArch (i3blocks-1.5-2.fc35.src.rpm, s390x): open (buildvm-s390x-23.s390.fedoraproject.org) 63931672 buildArch (i3blocks-1.5-2.fc35.src.rpm, ppc64le): open (buildvm-ppc64le-23.iad2.fedoraproject.org) 63931670 buildArch (i3blocks-1.5-2.fc35.src.rpm, x86_64): open (buildhw-x86-13.iad2.fedoraproject.org) 63931669 buildArch (i3blocks-1.5-2.fc35.src.rpm, i686): open (buildhw-x86-16.iad2.fedoraproject.org) 63931671 buildArch (i3blocks-1.5-2.fc35.src.rpm, aarch64): open (buildhw-a64-24.iad2.fedoraproject.org) 63931456 buildSRPMFromSCM (/rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): open (buildvm-ppc64le-28.iad2.fedoraproject.org) -> closed 0 free 7 open 1 done 0 failed 63931673 buildArch (i3blocks-1.5-2.fc35.src.rpm, s390x): open (buildvm-s390x-23.s390.fedoraproject.org) -> closed 0 free 6 open 2 done 0 failed 63931670 buildArch (i3blocks-1.5-2.fc35.src.rpm, x86_64): open (buildhw-x86-13.iad2.fedoraproject.org) -> closed 0 free 5 open 3 done 0 failed 63931669 buildArch (i3blocks-1.5-2.fc35.src.rpm, i686): open (buildhw-x86-16.iad2.fedoraproject.org) -> closed 0 free 4 open 4 done 0 failed 63931668 buildArch (i3blocks-1.5-2.fc35.src.rpm, armv7hl): open (buildvm-a32-08.iad2.fedoraproject.org) -> closed 0 free 3 open 5 done 0 failed 63931672 buildArch (i3blocks-1.5-2.fc35.src.rpm, ppc64le): open (buildvm-ppc64le-23.iad2.fedoraproject.org) -> closed 0 free 2 open 6 done 0 failed 63931671 buildArch (i3blocks-1.5-2.fc35.src.rpm, aarch64): open (buildhw-a64-24.iad2.fedoraproject.org) -> closed 0 free 1 open 7 done 0 failed 63931451 build (rawhide, /rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995): open (buildvm-a32-19.iad2.fedoraproject.org) -> closed 0 free 0 open 8 done 0 failed 63931904 tagBuild (noarch): closed 63931451 build (rawhide, /rpms/i3blocks.git:e85db26cba3192929e7cfe4f98a8a2ccc4d49995) completed successfully
Metadata Update from @wef: - Issue status updated to: Open (was: Closed)
I'll repeat what I added to the review bug: So, there's a problem here. The review and the spec name are "clipman" But the actual package name in the spec is "golang-github-yory8-clipman", ie the %{goname} value. This is not acceptable by guidelines ( https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming ) and our tooling doesn't expect it or work right either. :) So, either you have to name this 'clipman' in the spec, or you have to rename the package to 'golang-github-yory8-clipman' and have a golang-github-yory8-clipman.spec file in there. I'm guessing since this is a binary, end user thing, it should just be called 'clipman' ? Lets close this and use the review bug to track actions from this?
OK, gotcha. I'll try to fix that. Thx
That one has:
Name: i3blocks
so yeah, it works as expected.
Metadata Update from @wef: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
I made the appropriate changes and it appears to be hunky dory now. Thx for the help!