Bug 734253
| Summary: | HTML::Template 2.10 versioning problem | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> | ||||
| Component: | perl-HTML-Template | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | perl-devel, ppisar, tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | perl-HTML-Template-2.10-3.fc16 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-09-09 17:02:16 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ville Skyttä
2011-08-29 21:45:05 UTC
Change module version to and RPM provides to 2.91, RPM version to 2.10.1 until upstream bumps new version. Created attachment 520663 [details]
Set module version to (fake) 2.91
I don't think there's any need to lie about the rpm version or provides version; rpm's version comparison algorithm does not have any issues with 2.9 -> 2.10.
The attached patch bumps module version to 2.91 while keeping the rest at 2.10 (and fixes a couple of trivial issues while at it). Ok if I commit and push this to F-16?
Yeah, it should work so. (In reply to comment #2) > The attached patch bumps module version to 2.91 while keeping the rest at 2.10 > (and fixes a couple of trivial issues while at it). Ok if I commit and push > this to F-16? I don't see where that patch actually bumps the module version to 2.91, might be misreading it. (In reply to comment #4) > (In reply to comment #2) > > > The attached patch bumps module version to 2.91 while keeping the rest at 2.10 > > (and fixes a couple of trivial issues while at it). Ok if I commit and push > > this to F-16? > > I don't see where that patch actually bumps the module version to 2.91, might > be misreading it. -$HTML::Template::VERSION = '2.10'; +# https://bugzilla.redhat.com/show_bug.cgi?id=734253 +$HTML::Template::VERSION = '2.91'; So Perl gets new version and and this one gets propagated into RPM by rpmbuild dependency generator too. Yep, I see it now. Go ahead and commit that change Ville. Done in 2.10-3. (In reply to comment #5) > So Perl gets new version and and this one gets propagated into RPM by rpmbuild > dependency generator too. Note however that I explicitly prevent the perl(HTML::Template) Provides version from becoming 2.91 and force it to 2.10: +%global __provides_exclude ^perl\\(HTML::Template\\)\\s*=\\s*2\\.91$ +Provides: perl(HTML::Template) = %{version} perl-HTML-Template-2.10-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/perl-HTML-Template-2.10-3.fc16 Package perl-HTML-Template-2.10-3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-HTML-Template-2.10-3.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/perl-HTML-Template-2.10-3.fc16 then log in and leave karma (feedback). perl-HTML-Template-2.10-3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |