Bug 947438

Summary: Some obsolete tools should be removed from libguestfs RHEL 7 package
Product: Red Hat Enterprise Linux 7 Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: bfan, leiwang, wshi
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libguestfs-1.20.5-3.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-13 10:39:24 UTC Type: Bug
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 2013-04-02 12:25:40 UTC
Description of problem:

These should not ship in RHEL 7:

- virt-tar
- virt-list-filesystems
- virt-list-partitions

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

libguestfs 1.20.5

How reproducible:

100%

Steps to Reproduce:
1. Install libguestfs-tools package.
2. Check for the programs named above (they should not appear).

Comment 2 Richard W.M. Jones 2013-04-05 20:27:32 UTC
Finally got a build completed of this:
libguestfs-1.20.5-3.el7
https://brewweb.devel.redhat.com/buildinfo?buildID=265408

Comment 3 Wei Shi 2013-06-13 03:11:38 UTC
Reproduced:
 # rpm2cpio libguestfs-tools-1.20.2-1.el7.x86_64.rpm | cpio -di
 # find usr/ | grep bin
 usr/bin
 usr/bin/virt-sysprep
 usr/bin/virt-tar
 usr/bin/virt-make-fs
 usr/bin/virt-win-reg
 usr/bin/virt-list-partitions
 usr/bin/virt-list-filesystems

Verified:
 # rpm -q libguestfs-tools
 libguestfs-tools-1.22.2-1.el7.x86_64
 # rpm -ql libguestfs-tools | grep bin
 /usr/bin/virt-make-fs
 /usr/bin/virt-sysprep
 /usr/bin/virt-win-reg

Comment 4 Ludek Smid 2014-06-13 10:39:24 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.

Comment 6 Richard W.M. Jones 2015-04-20 09:48:13 UTC
The same change was made in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1213298