aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-01-20 23:09:28 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-01-20 23:09:28 +0000
commit9a3e30fd6624c8c3305954f88904ced72ce7509b (patch)
tree6028c22322c806e443000f0c93d77af834c818ba
parent169570623946c0185fb6a31040ab98a617aa25f7 (diff)
downloadrpm-setup-9a3e30fd6624c8c3305954f88904ced72ce7509b.tar
rpm-setup-9a3e30fd6624c8c3305954f88904ced72ce7509b.tar.gz
rpm-setup-9a3e30fd6624c8c3305954f88904ced72ce7509b.tar.bz2
rpm-setup-9a3e30fd6624c8c3305954f88904ced72ce7509b.tar.xz
rpm-setup-9a3e30fd6624c8c3305954f88904ced72ce7509b.zip
- remove pre flags on python requirement (helio)
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index e13b81c..3a0ed9c 100644
--- a/macros.in
+++ b/macros.in
@@ -576,7 +576,7 @@ python -O -c "import sys, os, compileall; br='%{buildroot}'; compileall.compile_
%define minver %py_ver \
%define maxver %(python -c "import sys; a,b=sys.version_info[:2]; print '%%d.%%d'%%(a,b+1)" 2>/dev/null || echo PYTHON-NOT-FOUND) \
BuildRequires: python %{-d:python-devel} \
-Requires(pre): python >= %minver, python < %maxver
+Requires: python >= %minver, python < %maxver
#------------------------------------------------------------------------------
# Redefine RPM sections to allow jumping over them