Bug 638901

Summary: Appliance filename should not contain repository name
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: mbooth, virt-maint
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: 2011-07-14 19:16:52 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 Richard W.M. Jones 2010-09-30 10:31:41 UTC
Description of problem:

~/d/libguestfs/appliance$ ls *x86_64*
initramfs.fedora-13.x86_64.img      vmlinuz.fedora-13.x86_64

The repository name ("fedora-13") should not be part of the
appliance name.  It is effectively irrelevant.  (However arch
is important).

Version-Release number of selected component (if applicable):

libguestfs-1.5.20

How reproducible:

Always.

Steps to Reproduce:
1. Build libguestfs with non-supermin appliance.
2. Look at appliance name.
3.
  
Actual results:

Contains repo name, eg. "fedora-XX"

Expected results:

Should not contain repo name.

Additional info:

Comment 1 Richard W.M. Jones 2010-10-26 09:48:17 UTC
Patch posted upstream:
https://www.redhat.com/archives/libguestfs/2010-October/msg00069.html