Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 187923

Summary: Review Request: blktool
Product: [Fedora] Fedora Reporter: Jeff Garzik <jgarzik>
Component: Package ReviewAssignee: Tomas Mraz <tmraz>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Package Reviews List <fedora-package-review>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: peterm
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: 2006-04-05 15:05:45 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:
Bug Depends On:    
Bug Blocks: 163779    

Description Jeff Garzik 2006-04-04 16:03:52 UTC
Spec Name or Url: http://gtf.org/garzik/blktool/blktool.spec
SRPM Name or Url: http://gtf.org/garzik/blktool/blktool-4-2.src.rpm
Description: Block device settings tool

Comment 1 Jeff Garzik 2006-04-04 16:24:13 UTC
Similar to "ethtool" package, found in Fedora Core.  By the same author (me) as
ethtool, too.

Comment 2 Tomas Mraz 2006-04-04 19:29:33 UTC
Review:

rpmlint complains:

E: blktool zero-length /usr/share/doc/blktool-4/ChangeLog

This can be ignored.

The _sbindir macro is redefined, this is OK, however it should be probably later
used instead of the plain /sbin.

There is missing BuildRequires: glib2-devel


Comment 3 Jeff Garzik 2006-04-04 19:49:03 UTC
Updated to remove empty ChangeLog and add BuildRequires.

_sbindir thing is just aping what evolution has wrought in blktool's sister
package, Fedora Core ethtool.  No idea why, but its important that both of these
packages behave in a similar manner.

New URLs:
http://gtf.org/garzik/blktool/blktool.spec
http://gtf.org/garzik/blktool/blktool-4-3.src.rpm


Comment 4 Tomas Mraz 2006-04-05 08:02:08 UTC
About the _sbindir - I didn't say that it shouldn't be redefined but that
%{_sbindir} should be used instead of /sbin in the %install and %files sections
probably. But I don't insist on that.

Also probably the INSTALL file should be also removed from %doc because there
are only the generic installation instructions.

However these two above are only nitpicks so I leave it on you if you want to
fix them.

APPROVED