Spec URL: https://dcavalca.fedorapeople.org/review/golang-github-deislabs-oras/golang-github-deislabs-oras.spec SRPM URL: https://dcavalca.fedorapeople.org/review/golang-github-deislabs-oras/golang-github-deislabs-oras-0.11.1-1.fc35.src.rpm Description: ORAS enables various client libraries to push OCI Artifacts to OCI Conformant registries. ORAS is both a CLI for initial testing and a Go Module to be included with your CLI, enabling a native experience. Fedora Account System Username: dcavalca
This package built on koji: https://koji.fedoraproject.org/koji/taskinfo?taskID=68181919
You can fix the broken test instead of removing it. Actually, the error in content_test.go is caused by the test directory ".test" which is missing [1]. When running the tests with "make test", the ".test" directory is actually created before running the tests [2] You can then replace in your spec: rm pkg/content/content_test.go by: mkdir .test/ [1] https://github.com/deislabs/oras/blob/5bfe0ab04a0f6fcdc5de4294cc79fb5b2e23a9a5/pkg/content/content_test.go#L51 [2] https://github.com/deislabs/oras/blob/5bfe0ab04a0f6fcdc5de4294cc79fb5b2e23a9a5/scripts/test.sh#L7
Thanks! Spec URL: https://dcavalca.fedorapeople.org/review/golang-github-deislabs-oras/golang-github-deislabs-oras.spec SRPM URL: https://dcavalca.fedorapeople.org/review/golang-github-deislabs-oras/golang-github-deislabs-oras-0.11.1-2.fc35.src.rpm Changelog: - Fix broken test
- License ok - Go import path ok - Latest version packaged - Builds in mock - Conforms to Packaging Guidelines - No rpmlint error - Patch for containerd already included upstream Package accepted
Thanks! $ fedpkg request-repo golang-github-deislabs-oras 1961479 https://pagure.io/releng/fedora-scm-requests/issue/34129
FEDORA-2021-6b2aa7b2a8 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-6b2aa7b2a8
FEDORA-2021-6b2aa7b2a8 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-6b2aa7b2a8 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-6b2aa7b2a8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-6b2aa7b2a8 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.