[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:48:35 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

--- Comment #2 from leigh scott <leigh123linux at googlemail.com> 2011-06-17 13:48:34 EDT ---
Another point 

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools
# We br these things for man page generation due to imports
BuildRequires:  GitPython, koji, python-pycurl
%if 0%{?rhel} == 5 || 0%{?rhel} == 4
BuildRequires:  python-hashlib
BuildRequires:  python-argparse
%endif


needs to be 


BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools
# We br these things for man page generation due to imports
BuildRequires:  GitPython, koji, python-pycurl
%if 0%{?rhel} == 6 || 0%{?rhel} == 4
BuildRequires:  python-hashlib
BuildRequires:  python-argparse
%endif


to build on RHEL6

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