https://bugzilla.redhat.com/show_bug.cgi?id=1287846
Antonio Trande <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Antonio Trande <[email protected]> --- >%{!?__python2: %global __python2 %__python} >%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from >>distutils.sysconfig import get_python_lib; print(get_python_lib())")} You don't need to define __python2, python2_sitelib macros unless you want package in RHEL 6 and older. >%define name lib389 >%define version 1.0.1 >%define prerel 1 These are redundant as well. Do you want build lib389 in RHEL 5? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
