diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2007-11-06 22:06:36 -0600 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2007-11-06 22:06:36 -0600 |
| commit | d2546bb6580b1047bc44559701cd5c541fe85a06 (patch) | |
| tree | 5bb4d063b032257b908b01a99e4cf888e9fce31b | |
| parent | 01335086781d49c37c81d08ff19c66c89c21e0ec (diff) | |
| download | mock-d2546bb6580b1047bc44559701cd5c541fe85a06.tar.gz mock-d2546bb6580b1047bc44559701cd5c541fe85a06.tar.xz mock-d2546bb6580b1047bc44559701cd5c541fe85a06.zip | |
remove el3 compat stuff from spec because it has no hope of working on el3 due to extensive python changes.
| -rw-r--r-- | mock.spec.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mock.spec.in b/mock.spec.in index 5713ba1..6447b21 100644 --- a/mock.spec.in +++ b/mock.spec.in @@ -8,15 +8,6 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -# Compat for RHEL3 build -%if %(test "%{dist}" == ".el3" && echo 1 || echo 0) -# needed for RHEL3 build, python-devel doesnt seem to Require: python in -# RHEL3 -BuildRequires: python -# override sitelib because this messes up on x86_64 -%define python_sitelib %{_exec_prefix}/lib/python2.2/site-packages/ -%endif - Summary: Builds packages inside chroots Name: mock Version: %{release_version} |
