[Bug 713963] Review Request: rpkg - Utility for interacting with rpm+git packaging systems

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 17 17:38:10 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=713963

leigh scott <leigh123linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leigh123linux at googlemail.co
                   |                            |m

--- Comment #1 from leigh scott <leigh123linux at googlemail.com> 2011-06-17 13:38:09 EDT ---
this needs changing from

%files -n pyrpkg
%doc COPYING README
# For noarch packages: sitelib
%{python_sitelib}/*



to


%files -n pyrpkg
%defattr(-,root,root,-)
%doc COPYING README
%{python_sitelib}/pyrpkg
%{python_sitelib}/rpkg-1.0-py?.?.egg-info


as far as I know you should remove the comment from "rm -rf $RPM_BUILD_ROOT" in
the install section.


make these changes and I will approve it

-- 
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