Bug 1744388 - Review Request: golang-gocloud - Library and tools for open cloud development in Go
Summary: Review Request: golang-gocloud - Library and tools for open cloud development...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Elliott Sales de Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1743801 1743806 1743847 1743856 1743859 golang-github-google-wire golang-x-xerrors 1744287 1754302
Blocks: 1742352
TreeView+ depends on / blocked
 
Reported: 2019-08-22 04:22 UTC by Robert-André Mauchin 🐧
Modified: 2019-11-07 02:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-31 00:58:11 UTC
Type: ---
Embargoed:
quantum.analyst: fedora-review+


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2019-08-22 04:22:21 UTC
Spec URL: https://eclipseo.fedorapeople.org/for-review/golang-gocloud.spec
SRPM URL: https://eclipseo.fedorapeople.org/for-review/

Description:


Fedora Account System Username: eclipseo

Comment 2 Robert-André Mauchin 🐧 2019-08-22 04:27:36 UTC
Description:
The Go Cloud Development Kit (Go CDK) allows Go application developers to
seamlessly deploy cloud applications on any combination of cloud providers. It
does this by providing stable, idiomatic interfaces for common uses like storage
and databases. Think database/sql for cloud products.

COPR build: https://copr.fedorainfracloud.org/coprs/build/1014310

Comment 3 Elliott Sales de Andrade 2019-09-05 07:24:45 UTC
This fails to build:

gocloud.dev/pubsub/awssnssqs
--- FAIL: TestOpenTopicFromURL (0.00s)
    awssnssqs_test.go:436: awssns://arn:aws:service:region:accountid:resourceType/resourcePath: got error open pubsub.Topic: parse awssns://arn:aws:service:region:accountid:resourceType/resourcePath: invalid port ":resourceType" after host, want error false
    awssnssqs_test.go:436: awssns://arn:aws:service:region:accountid:resourceType/resourcePath?region=us-east-2: got error open pubsub.Topic: parse awssns://arn:aws:service:region:accountid:resourceType/resourcePath?region=us-east-2: invalid port ":resourceType" after host, want error false
FAIL
exit status 1
FAIL    gocloud.dev/pubsub/awssnssqs    0.890s

It looks like it's having issues with Go's new more stringent port parsing. See upstream report: https://github.com/google/go-cloud/issues/2647 which you should be able to pull a patch for

Comment 5 Robert-André Mauchin 🐧 2019-09-11 16:12:02 UTC
Thanks, I imported the patch.

Comment 6 Robert-André Mauchin 🐧 2019-09-17 20:18:24 UTC
I've imported all the deps, could you take a look at it again Elliott?

Comment 7 Elliott Sales de Andrade 2019-09-18 03:44:01 UTC
Latest version is 0.17.0; I think this should include the Go 1.13 patches.
Please add a comment about why tests are skipped.

Approved.

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: License field in the package spec file matches the actual license.
     Note: There is no build directory. Running licensecheck on vanilla
     upstream sources. Licenses found: "Unknown or generated", "*No
     copyright* Apache License (v2.0)", "Apache License (v2.0)". 755 files
     have unknown license. Detailed output of licensecheck in
     1744388-golang-gocloud/licensecheck.txt
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[?]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 30720 bytes in 5 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[?]: Package functions as described.
[!]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: golang-gocloud-0.16.0-1.fc32~bootstrap.src.rpm
golang-gocloud.src: W: spelling-error %description -l en_US sql -> SQL, sq, sol
golang-gocloud.src: W: no-%build-section
golang-gocloud.src: E: specfile-error warning: -u use in %forgemeta is deprecated, use -z instead to select a separate set of rpm variables!
1 packages and 0 specfiles checked; 1 errors, 2 warnings.


Rpmlint (installed packages)
----------------------------
golang-gocloud-devel.noarch: W: spelling-error %description -l en_US sql -> SQL, sq, sol
golang-gocloud-devel.noarch: W: spelling-error %description -l en_US dev -> deb, derv, div
golang-gocloud-devel.noarch: W: hidden-file-or-dir /usr/share/gocode/src/gocloud.dev/.goipath
1 packages and 0 specfiles checked; 0 errors, 3 warnings.


Source checksums
----------------
https://github.com/google/go-cloud/archive/v0.16.0/go-cloud-0.16.0.tar.gz :
  CHECKSUM(SHA256) this package     : a17e6eb9c629391f27f02ca47f8ece49e53a69dbf96a623572f2bd84c2a3857e
  CHECKSUM(SHA256) upstream package : a17e6eb9c629391f27f02ca47f8ece49e53a69dbf96a623572f2bd84c2a3857e


Requires
--------
go-filesystem
golang(cloud.google.com/go/firestore/apiv1)
golang(cloud.google.com/go/kms/apiv1)
golang(cloud.google.com/go/pubsub/apiv1)
golang(cloud.google.com/go/storage)
golang(contrib.go.opencensus.io/exporter/aws)
golang(contrib.go.opencensus.io/exporter/stackdriver)
golang(contrib.go.opencensus.io/exporter/stackdriver/monitoredresource)
golang(contrib.go.opencensus.io/integrations/ocsql)
golang(github.com/Azure/azure-amqp-common-go)
golang(github.com/Azure/azure-amqp-common-go/cbs)
golang(github.com/Azure/azure-amqp-common-go/rpc)
golang(github.com/Azure/azure-amqp-common-go/uuid)
golang(github.com/Azure/azure-pipeline-go/pipeline)
golang(github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault)
golang(github.com/Azure/azure-service-bus-go)
golang(github.com/Azure/azure-storage-blob-go/azblob)
golang(github.com/Azure/go-autorest/autorest)
golang(github.com/Azure/go-autorest/autorest/azure/auth)
golang(github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/certs)
golang(github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/proxy)
golang(github.com/Shopify/sarama)
golang(github.com/aws/aws-sdk-go/aws)
golang(github.com/aws/aws-sdk-go/aws/awserr)
golang(github.com/aws/aws-sdk-go/aws/client)
golang(github.com/aws/aws-sdk-go/aws/credentials)
golang(github.com/aws/aws-sdk-go/aws/session)
golang(github.com/aws/aws-sdk-go/service/dynamodb)
golang(github.com/aws/aws-sdk-go/service/dynamodb/expression)
golang(github.com/aws/aws-sdk-go/service/ec2)
golang(github.com/aws/aws-sdk-go/service/ecr)
golang(github.com/aws/aws-sdk-go/service/ecs)
golang(github.com/aws/aws-sdk-go/service/kms)
golang(github.com/aws/aws-sdk-go/service/s3)
golang(github.com/aws/aws-sdk-go/service/s3/s3manager)
golang(github.com/aws/aws-sdk-go/service/sns)
golang(github.com/aws/aws-sdk-go/service/sqs)
golang(github.com/aws/aws-sdk-go/service/ssm)
golang(github.com/aws/aws-sdk-go/service/xray)
golang(github.com/aws/aws-sdk-go/service/xray/xrayiface)
golang(github.com/dgrijalva/jwt-go)
golang(github.com/fsnotify/fsnotify)
golang(github.com/go-sql-driver/mysql)
golang(github.com/golang/protobuf/proto)
golang(github.com/golang/protobuf/ptypes)
golang(github.com/golang/protobuf/ptypes/timestamp)
golang(github.com/golang/protobuf/ptypes/wrappers)
golang(github.com/google/go-cmp/cmp)
golang(github.com/google/go-cmp/cmp/cmpopts)
golang(github.com/google/go-github/github)
golang(github.com/google/go-replayers/grpcreplay)
golang(github.com/google/go-replayers/httpreplay)
golang(github.com/google/go-replayers/httpreplay/google)
golang(github.com/google/subcommands)
golang(github.com/google/uuid)
golang(github.com/google/wire)
golang(github.com/googleapis/gax-go)
golang(github.com/gorilla/mux)
golang(github.com/lib/pq)
golang(github.com/nats-io/nats.go)
golang(github.com/spf13/cobra)
golang(github.com/streadway/amqp)
golang(go.etcd.io/etcd/clientv3)
golang(go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes)
golang(go.mongodb.org/mongo-driver/bson)
golang(go.mongodb.org/mongo-driver/bson/primitive)
golang(go.mongodb.org/mongo-driver/mongo)
golang(go.mongodb.org/mongo-driver/mongo/options)
golang(go.opencensus.io/plugin/ocgrpc)
golang(go.opencensus.io/stats)
golang(go.opencensus.io/stats/view)
golang(go.opencensus.io/tag)
golang(go.opencensus.io/trace)
golang(golang.org/x/crypto/nacl/secretbox)
golang(golang.org/x/net/context/ctxhttp)
golang(golang.org/x/oauth2)
golang(golang.org/x/oauth2/google)
golang(golang.org/x/sync/errgroup)
golang(golang.org/x/sys/unix)
golang(golang.org/x/xerrors)
golang(google.golang.org/api/googleapi)
golang(google.golang.org/api/iterator)
golang(google.golang.org/api/option)
golang(google.golang.org/api/pubsub/v1)
golang(google.golang.org/api/run/v1alpha1)
golang(google.golang.org/appengine)
golang(google.golang.org/appengine/log)
golang(google.golang.org/appengine/urlfetch)
golang(google.golang.org/genproto/googleapis/cloud/kms/v1)
golang(google.golang.org/genproto/googleapis/cloud/runtimeconfig/v1beta1)
golang(google.golang.org/genproto/googleapis/firestore/v1)
golang(google.golang.org/genproto/googleapis/pubsub/v1)
golang(google.golang.org/genproto/googleapis/type/latlng)
golang(google.golang.org/grpc)
golang(google.golang.org/grpc/codes)
golang(google.golang.org/grpc/credentials)
golang(google.golang.org/grpc/credentials/oauth)
golang(google.golang.org/grpc/metadata)
golang(google.golang.org/grpc/status)
golang(gopkg.in/pipe.v2)
golang(pack.ag/amqp)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rpmlib(TildeInVersions) <= 4.10.0-1


Provides
--------
golang(gocloud.dev) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/aws) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/aws/awscloud) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/aws/rds) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/azure/azurecloud) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/azure/azuredb) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/azureblob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/drivertest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/fileblob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/gcsblob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/memblob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/blob/s3blob) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/awsdynamodb) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/drivertest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/gcpfirestore) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/internal/fields) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/memdocstore) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/docstore/mongodocstore) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/gcerrors) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/gcp) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/gcp/cloudsql) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/gcp/gcpcloud) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/batcher) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/cmd/gocdk/internal/docker) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/cmd/gocdk/internal/launcher) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/cmd/gocdk/internal/probe) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/cmd/gocdk/internal/prompt) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/cmd/gocdk/internal/static) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/escape) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/gcerr) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/oc) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/openurl) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/retry) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/testing/cmdtest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/testing/octest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/testing/setup) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/testing/terraform) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/trace) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/internal/useragent) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/mysql) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/mysql/awsmysql) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/mysql/azuremysql) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/mysql/gcpmysql) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/postgres) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/postgres/awspostgres) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/postgres/gcppostgres) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/awssnssqs) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/azuresb) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/drivertest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/gcppubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/kafkapubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/mempubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/natspubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/pubsub/rabbitpubsub) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/awsparamstore) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/blobvar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/constantvar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/drivertest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/etcdvar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/filevar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/gcpruntimeconfig) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/runtimevar/httpvar) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/awskms) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/azurekeyvault) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/drivertest) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/gcpkms) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/secrets/localsecrets) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/driver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/health) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/health/sqlhealth) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/requestlog) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/sdserver) = 0.16.0-1.fc32~bootstrap
golang(gocloud.dev/server/xrayserver) = 0.16.0-1.fc32~bootstrap
golang-gocloud-devel = 0.16.0-1.fc32~bootstrap
golang-ipath(gocloud.dev) = 0.16.0-1.fc32~bootstrap


Generated by fedora-review 0.7.2 (65d36bb) last change: 2019-04-09
Command line :/usr/bin/fedora-review -b 1744388 -m fedora-rawhide-x86_64 -L gocloud/
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api
Disabled plugins: Python, C/C++, Perl, fonts, Haskell, Ocaml, Java, SugarActivity, PHP, R
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Built with local dependencies:
    review/gocloud/golang-github-google-wire-0.3.0-1.fc32.x86_64.rpm
    review/gocloud/golang-x-xerrors-devel-0-0.1.20190916gita985d34.fc32.noarch.rpm
    review/gocloud/golang-github-gobuffalo-logger-devel-1.0.1-1.fc32.noarch.rpm
    review/gocloud/golang-mongodb-mongo-driver-1.1.0-1.fc32.x86_64.rpm
    review/gocloud/golang-github-devigned-tab-devel-0.1.2-1.fc32.noarch.rpm
    review/gocloud/golang-mongodb-mongo-driver-devel-1.1.0-1.fc32.noarch.rpm
    review/gocloud/golang-github-gobuffalo-packd-devel-0.3.0-1.fc32.noarch.rpm
    review/gocloud/golang-github-azure-service-bus-devel-0.9.1-1.fc32.noarch.rpm
    review/gocloud/golang-github-azure-amqp-common-devel-2.1.0-1.fc32.noarch.rpm
    review/gocloud/golang-pack-amqp-devel-0.12.0-1.fc32.noarch.rpm
    review/gocloud/golang-github-google-wire-devel-0.3.0-1.fc32.noarch.rpm
    review/gocloud/golang-contrib-opencensus-exporter-aws-devel-0-0.1.20190917gitc50fb1b.fc32.noarch.rpm
    review/gocloud/golang-github-google-replayers-devel-0.1.0-1.fc32.noarch.rpm
    review/gocloud/golang-contrib-opencensus-integrations-ocsql-devel-0.1.4-1.fc32.noarch.rpm
    review/gocloud/golang-github-gobuffalo-packr-2-devel-2.6.0-1.fc32.noarch.rpm

Comment 8 Robert-André Mauchin 🐧 2019-09-22 16:21:45 UTC
0.17.0 added a new dependency, golang-github-google-cmdtest, could you take a look if you have the time?

Comment 9 Gwyn Ciesla 2019-09-22 17:54:28 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-gocloud

Comment 10 Fedora Update System 2019-10-23 07:28:09 UTC
FEDORA-2019-1ec37cb2b0 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-1ec37cb2b0

Comment 11 Fedora Update System 2019-10-23 15:45:00 UTC
golang-gocloud-0.17.0-2.fc31~bootstrap has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-1ec37cb2b0

Comment 12 Fedora Update System 2019-10-31 00:58:11 UTC
golang-gocloud-0.17.0-2.fc31~bootstrap has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.