Bug 40023

Summary: Wrong RPM package version number (1.9-6 vs 1.13)
Product: [Retired] Red Hat Linux Reporter: Need Real Name <w>
Component: cdrecordAssignee: Mike A. Harris <mharris>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-12-06 21:41:02 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 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.