[Bug 713443] Review Request: yelp-tools - Create, manage, and publish documentation for Yelp

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 16 03:20:31 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=713443

Matthias Clasen <mclasen at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mclasen at redhat.com

--- Comment #1 from Matthias Clasen <mclasen at redhat.com> 2011-06-15 23:20:29 EDT ---
Quick initial comments, more thorough review to follow a bit later:

- builds fine in mock, thats great

- it produces an empty debuginfo package,  because there are no binaries in the
main package that debuginfo could be stripped out. It looks to me that you
probably want to make your package noarch, since it contains just things in
/usr/share and scripts, which should not be arch-dependent. Making this a
noarch package will turn off debuginfo as a side-effect. You do that by adding 

BuildArch: noarch 

somewhere in the header

- You have a 

rm -rf $RPM_BUILD_ROOT

in %install. That is no longer necessary.

- Typo in changelog: Initialia

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list