Bug 1411895
| Summary: | Update to latest version 1.2.0 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jun Aruga <jaruga> | ||||||
| Component: | rubygem-rr | Assignee: | Mamoru TASAKA <mtasaka> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | guillermo.gomez, jaruga, mtasaka, vondruch | ||||||
| Target Milestone: | --- | Keywords: | Tracking | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | rubygem-rr-1.2.1-1.fc35 rubygem-rr-1.2.1-1.fc34 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2021-02-15 07:28:45 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1239163 [details]
tests for 1.2.0
I added tests by test-unit in check section, because it is used on Travis for each Ruby version. You mean rubygem-rr, not rubygem-test-unit-rr, right? (In reply to Mamoru TASAKA from comment #3) > You mean rubygem-rr, not rubygem-test-unit-rr, right? > Component: rubygem-test-unit-rr → rubygem-rr Yes, I mean rubygem-rr. Thank you for mentioning me. Guillermo Gómez Hello, are you there? This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'. This message is a reminder that Fedora 26 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '26'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 26 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This is still valid, although even newer version or rr gem is available. Note: I sent PR on the repository now to update the latest version 1.2.1. Review please. https://src.fedoraproject.org/rpms/rubygem-rr/pull-request/2 I am going to close this bug. |
Created attachment 1239162 [details] Patch to update to 1.2.0 Description of problem: I updated to latest version 1.2.0 Version-Release number of selected component (if applicable): rubygem-rr-1.1.2-5.fc26 - Dependency check: ok - License check: ok - Install check: ok - rpmlint check: ok I got below error. But I kept it. rubygem-rr-doc.noarch: E: zero-length /usr/share/gems/gems/rr-1.2.0/spec/support/test.sqlite3 - IRB check: ok The modification is based on gem2rpm's result. I removed the logic for old version Fedora (Fedora <= 23 is not supported any more).