Bug 40023 - Wrong RPM package version number (1.9-6 vs 1.13)
Summary: Wrong RPM package version number (1.9-6 vs 1.13)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: cdrecord
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-10 08:32 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-12-06 21:41:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-05-10 08:32:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.1smp i686; Nav)

Description of problem:
RPM package mkisofs-1.9-6 contains mkisofs version 1.13,
Which is in my opinion confusing and inconsistent.

How reproducible:
Always

Steps to Reproduce:
1. rpm -q mkisofs
2. mkisofs --version
3. reading the output
	

Actual Results:  [w@pluto w]$ rpm -q mkisofs
mkisofs-1.9-6


Expected Results:  [w@pluto w]$ rpm -q mkisofs
mkisofs-1.13


Additional info:

Comment 1 Mike A. Harris 2002-01-25 08:30:26 UTC
The mkisofs program is part of the cdrecord sources, which is now
the cdrtools package.  The source code package version number is
the version number RPM uses for subpackages.  The binary mkisofs
package is a subpackage of cdrtools, and as such it gets given
the version number of the package that it comes from.

While this may be confusing, it is not a bug, but rather an artifact
of how packages are split up.


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