https://bugzilla.redhat.com/show_bug.cgi?id=1888972
Bug ID: 1888972 Summary: Review Request: golang-github-shurcool-githubv4 - A client library for accessing GitHub GraphQL API v4 Product: Fedora Version: 33 Status: NEW Component: Package Review Assignee: nobody@fedoraproject.org Reporter: joe@solidadmin.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: https://download.copr.fedorainfracloud.org/results/jdoss/github-cli/fedora-3... SRPM URL: https://download.copr.fedorainfracloud.org/results/jdoss/github-cli/fedora-3...
Description: A client library for accessing GitHub GraphQL API v4
Fedora Account System Username: jdoss
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
Jared Smith jsmith.fedora@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jsmith.fedora@gmail.com Assignee|nobody@fedoraproject.org |jsmith.fedora@gmail.com Doc Type|--- |If docs needed, set a value Flags| |fedora-review?
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
--- Comment #1 from Jared Smith jsmith.fedora@gmail.com --- ERROR: Command failed: # /usr/bin/dnf builddep --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 34 --setopt=deltarpm=False --allowerasing --disableplugin=local --disableplugin=spacewalk /var/lib/mock/fedora-rawhide-x86_64/root//builddir/build/SRPMS/golang-github-shurcool-githubv4-0-0.1.20201001gitbc5e4fe.fc34.src.rpm --setopt=tsflags=nocontexts No matches found for the following disable plugin patterns: local, spacewalk warning: Found bdb Packages database while attempting sqlite backend: using bdb backend. fedora 9.6 kB/s | 5.8 kB 00:00 fedora 695 kB/s | 3.0 MB 00:04 Last metadata expiration check: 0:00:25 ago on Tue Oct 27 12:08:38 2020. No matching package to install: 'golang(github.com/cli/shurcooL-graphql)' Not all dependencies satisfied Error: Some packages could not be found.
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
--- Comment #2 from Joe Doss joe@solidadmin.com --- Sorry! You need to build this first:
https://bugzilla.redhat.com/show_bug.cgi?id=1888971
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
Joe Doss joe@solidadmin.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends On| |1888971
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1888971 [Bug 1888971] Review Request: golang-github-cli-shurcool-graphql - GraphQL client implementation
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
--- Comment #3 from Joe Doss joe@solidadmin.com --- Hey Jared,
https://src.fedoraproject.org/rpms/golang-github-cli-shurcool-graphql is in rawhide now so you should be able to build this package and approve it.
Thanks, Joe
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
Robert-André Mauchin 🐧 zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |zebob.m@gmail.com Resolution|--- |CURRENTRELEASE Last Closed| |2020-11-05 07:13:55
--- Comment #4 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- Seems I already built it two months ago, probably as a new dep for an update:
https://src.fedoraproject.org/rpms/golang%2Dgithub%2Dshurcool%2Dgithubv4
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
--- Comment #5 from Joe Doss joe@solidadmin.com --- Then how should I handled there requirement for GitHub CLI needed their forked github.com/cli/shurcooL-graphql until https://github.com/shurcooL/graphql/pull/57 gets merged?
# BuildRequires: golang(github.com/shurcooL/graphql) # Use GitHub's fork until https://github.com/shurcooL/graphql/pull/57 gets merged. BuildRequires: golang(github.com/cli/shurcooL-graphql)
Using what is built won't work in https://bugzilla.redhat.com/show_bug.cgi?id=1803302 without https://github.com/shurcooL/graphql/pull/57
https://bugzilla.redhat.com/show_bug.cgi?id=1888972 Bug 1888972 depends on bug 1888971, which changed state.
Bug 1888971 Summary: Review Request: golang-github-cli-shurcool-graphql - GraphQL client implementation https://bugzilla.redhat.com/show_bug.cgi?id=1888971
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |RAWHIDE
https://bugzilla.redhat.com/show_bug.cgi?id=1888972
--- Comment #6 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- Do a sed -i "s|github.com/shurcooL/graphql|github.com/cli/shurcooL-graphql|" $(find . -name "*.go") in prep
package-review@lists.fedoraproject.org