Bug 197231

Summary: Broken upgrade path to -devel/FC6 for current dosfstools
Product: [Fedora] Fedora Reporter: Jarod Wilson <jarod>
Component: dosfstoolsAssignee: Peter Vrabec <pvrabec>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-30 08:13:19 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:

Description Jarod Wilson 2006-06-29 14:12:17 UTC
Description of problem:

Upgrade path to dosfstools in current devel tree broken.

dosfstools:
  5: 0:2.11-5.FC5 (FC5-updates)
  6: 0:2.11-5 (FC6)

I'd suggest making use of brew's newly added support for the %{?dist} tag, which
is widely used in Extras, like so:

RCS file: /cvs/dist/rpms/dosfstools/devel/dosfstools.spec,v
retrieving revision 1.25
diff -r1.25 dosfstools.spec
4c4
< Release: 5
---
> Release: 5%{?dist}

That would make the next release in the devel tree 2.11-5.fc6, which is
sufficiently rpm-newer to repair the upgrade path.

Comment 1 Peter Vrabec 2006-06-30 08:13:19 UTC
fixed