Bug 1031882 - version information in latest package is entirely wrong
Summary: version information in latest package is entirely wrong
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bzrtools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Toshio Ernie Kuratomi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-19 04:37 UTC by Toshio Ernie Kuratomi
Modified: 2013-12-14 03:06 UTC (History)
3 users (show)

Fixed In Version: bzrtools-2.5-5.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-14 03:06:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Toshio Ernie Kuratomi 2013-11-19 04:37:46 UTC
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.

Comment 1 Fedora Update System 2013-11-19 05:40:39 UTC
bzrtools-2.5-5.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/bzrtools-2.5-5.fc20

Comment 2 Fedora Update System 2013-11-19 21:53:20 UTC
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).

Comment 3 Fedora Update System 2013-12-14 03:06:41 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.