| Summary: | version information in latest package is entirely wrong | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Toshio Ernie Kuratomi <a.badger> |
| Component: | bzrtools | Assignee: | Toshio Ernie Kuratomi <a.badger> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | a.badger, henrik, shahms |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bzrtools-2.5-5.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-14 03:06:41 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: | |
bzrtools-2.5-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/bzrtools-2.5-5.fc20 Package bzrtools-2.5-5.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing bzrtools-2.5-5.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-21734/bzrtools-2.5-5.fc20 then log in and leave karma (feedback). bzrtools-2.5-5.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: The latest changes to the bzrtools package specfile are incorrect. They change the dependency versioning incorrectly and break the download URL. Here's the changes that were introduced: diff --git a/bzrtools.spec b/bzrtools.spec index c19cea3..5fa06a9 100644 --- a/bzrtools.spec +++ b/bzrtools.spec @@ -7,16 +7,16 @@ # (bzrlib is arch dependent. Thus bzrlib plugins are also arch dependent.) %global debug_package %{nil} -%global bzrver 2.5 -%global bzrnextver 2.6 +%global bzrver 2.6 +%global bzrnextver 2.7 #global subtag b1 #global branch %{bzrver} -%global branch stable +%global branch 2.5 Name: bzrtools -Version: %{bzrver} -Release: 3%{?subtag:.}%{?subtag}%{?dist} +Version: %{branch} +Release: 4%{?subtag:.}%{?subtag}%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools Here's what it should look like: %global bzrver 2.5 -%global bzrnextver 2.6 +%global bzrnextver 2.7 #global subtag b1 #global branch %{bzrver} %global branch stable Name: bzrtools Version: %{bzrver} -Release: 3%{?subtag:.}%{?subtag}%{?dist} +Release: 4%{?subtag:.}%{?subtag}%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools Ondrej, please be more careful.