Bug 225853

Summary: Merge Review: gpart
Product: [Fedora] Fedora Reporter: Nobody's working on this, feel free to take it <nobody>
Component: Package ReviewAssignee: David Cantrell <dcantrell>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Package Reviews List <fedora-package-review>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bdpepple, dcantrell
Target Milestone: ---Flags: bdpepple: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-02 14:49:51 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 Nobody's working on this, feel free to take it 2007-01-31 18:57:24 UTC
Fedora Merge Review: gpart

http://cvs.fedora.redhat.com/viewcvs/devel/gpart/
Initial Owner: dcantrell

Comment 1 Brian Pepple 2007-02-03 21:55:35 UTC
Good:
* Source URL is canonical
* Group Tag is from the official list
* Package builds in Mock.

Need to be Fixed:
* rpmlint error:
 W: gpart-debuginfo no-url-tag
 Need to add URL: http://www.stud.uni-hannover.de/user/76201/gpart/


Minor:
* Doesn't use preferred buildroot:
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
* Drop the '.' from the summary to quite rpmlint.
* Should use path macro. %{_bindir}/gpart

Comment 2 David Cantrell 2007-02-04 03:07:27 UTC
(In reply to comment #1)
> Need to be Fixed:
> * rpmlint error:
>  W: gpart-debuginfo no-url-tag
>  Need to add URL: http://www.stud.uni-hannover.de/user/76201/gpart/

Done.

> Minor:
> * Doesn't use preferred buildroot:
> %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Done.

> * Drop the '.' from the summary to quite rpmlint.

Done.

> * Should use path macro. %{_bindir}/gpart

I changed it to use %makeinstall instead.

Also noticed the debuginfo package didn't actually contain anything.  The
src/Makefile was installing the gpart binary stripped, so there was nothing to
pack in to debuginfo form.  Fixed that.

Comment 3 David Cantrell 2007-07-20 17:19:13 UTC
Is this package review done?

Comment 4 Brian Pepple 2007-12-01 23:33:32 UTC
(In reply to comment #3)
> Is this package review done?

Pretty much.  The only thing that should probably still be changed is that in
the %file section you should use '%{_bindir}/gpart', instead of '/usr/bin/gpart'.

I'll go ahead and approve this.


Comment 5 David Cantrell 2007-12-02 06:55:32 UTC
Made that change.  Can the bug be closed now?

Comment 6 Brian Pepple 2007-12-02 14:49:51 UTC
Yup.  Thanks.