| Summary: | typo in .spec file... | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zdeněk Pavlas <zpavlas> |
| Component: | rubygem-rsvg2 | Assignee: | Mamoru TASAKA <mtasaka> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jzeleny, mtasaka |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-28 03:35:26 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: | |
Fixed in 2.0.2-2, thank you. rubygem-rsvg2-2.0.2-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rubygem-rsvg2-2.0.2-2.fc20 rubygem-rsvg2-2.0.2-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: There's a buggy provide in metadata: <rpm:entry name="rubygem(rsvg2)" flags="EQ" epoch="0"/> Version-Release number of selected component (if applicable): rubygem-rsvg2-2.0.2-1.fc20.x86_64.rpm How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: You've accidentally merged two lines, see: @@ -37,12 +26,9 @@ BuildRequires: librsvg2-devel Requires: rubygem(cairo) Requires: rubygem(gdk_pixbuf2) >= %{glibminver} Requires: rubygem(glib2) >= %{glibminver} -Provides: rubygem(%{gem_name}) = %{version} -%if %{ruby19} -Obsoletes: ruby-%{gem_name} = %{version}-%{release} +Provides: rubygem(%{gem_name}) = %{version}Obsoletes: ruby-%{gem_name} = %{version}-%{release} Provides: ruby-%{gem_name} = %{version}-%{release} Provides: ruby(%{gem_name}) = %{version}-%{release} -%endif %description Ruby/RSVG is a Ruby binding of librsvg.