Bug 1164

Summary: util-linux doesn't include sfdisk
Product: [Retired] Red Hat Linux Reporter: Chris Siebenmann <cks-rhbugzilla>
Component: util-linuxAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.2CC: cks-rhbugzilla
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: 1999-03-31 17:18:32 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 Chris Siebenmann 1999-02-15 05:31:35 UTC
The sfdisk program is part of the util-linux source kit,
and is useful for various sorts of automated and command
line partition manipulation. However, the generated
util-linux binary RPM does not include it (binary,
manual page, or its example file) on any platform.

Verification: inspect util-linux specfile. Observe lack
of sfdisk in %files section.

Fix: include sfdisk in the %files section, such as by
using/adding:
	%ifarch i386 alpha
	/sbin/sfdisk
	/usr/man/man8/sfdisk.8
	%doc disk-utils/sfdisk.examples
	%endif
(possibly it works on other architectures than i386 and
alpha; I picked those two to match what cfdisk and fdisk
are included for.)

Comment 1 Jeff Johnson 1999-03-26 01:31:59 UTC
Fixed in util-linux-2.9i-4.

Comment 2 Chris Siebenmann 1999-03-30 18:55:59 UTC
The latest Rawhide util-linux RPM includes sfdisk and sfdisk.8,
but doesn't include the sfdisk.examples docfile. sfdisk.examples
is reasonably useful for figuring out sfdisk usage, so I think it
would be good to include it too.

Comment 3 Jeff Johnson 1999-03-31 17:18:59 UTC
Done in util-libux-2.9o-9.