Bug 1192652
| Summary: | Incorrect Provides in spec file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brennan Ashton <bashton> |
| Component: | golang-googlecode-uuid | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | golang-updates, jchaloup, lsm5, vbatts |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-25 13:24:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Hi Brennan, thanks for the report. Fedora now contains about 100 devel packages with golang source codes. Some projects move their repositories or change import paths so it is very easy to provide wrong import paths or remove provides other packages [Build]Requires. If you find another wrong provide or something else wrong with any spec, you are welcome to fill a bug :) Or you can just email me. Thanks and happy golanging. golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc20 golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21 golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.el6 Package golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2122/golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21 then log in and leave karma (feedback). golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. golang-googlecode-uuid-0-0.3.hg7dda39b2e7d5.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Right now this is provided by the package Provides: golang(%{import_path}/go-uuid) = %{version}-%{release} this should be: Provides: golang(%{import_path}/uuid) = %{version}-%{release}