Bug 611267 - compat-db46 and compat-db45 have a too low release in Fedora 13
Summary: compat-db46 and compat-db45 have a too low release in Fedora 13
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: compat-db
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-04 15:29 UTC by Till Maas
Modified: 2013-07-02 23:46 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-11-09 12:41:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Till Maas 2010-07-04 15:29:38 UTC
Description of problem:

Compare compat-db46 in F12 and F13:
compat-db46-0:4.6.21-11.fc12.x86_64
compat-db46-0:4.6.21-3.fc13.x86_64
                     ^
The compat-db46 release value in F13 is less than the release value used. But you need to ensure that the release value for F13 is greater than the release value in F12. The easiest way might be to now bump the release to 11.%{?dist} in F13 and then only increase the release value in F12 after the %{?dist}, e.g. the next release value for F12 would be:

11%{?dist}.1

Another option would be to not use the same release value for the dbXX subpackages that the main package uses, but e.g.

%global db46_release 11
%global main_release 3

Main package:
Release: %{main_release}%{?dist}
Requires: compat-db46%{?_isa} = %{db46_version}-%{db46_release}%{?dist}.%{main_release}

sb46 Sub package:
Release: %{db46_release}%{?dist}.%{main_release}

Comment 1 Jindrich Novy 2010-11-09 12:41:15 UTC
Fixed by the released compat-db update. It's been out for a while already.


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