aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-01-10 19:32:51 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-01-10 19:32:51 +0000
commitabf20ac8d0c1283760ccb6d7162255f6937b0913 (patch)
treed56b1674e3dfa8f3560b9348a860bbc13c42e54d
parent1849e276374909fb060c34ad7360ccd7be7cf877 (diff)
downloadrpm-setup-abf20ac8d0c1283760ccb6d7162255f6937b0913.tar
rpm-setup-abf20ac8d0c1283760ccb6d7162255f6937b0913.tar.gz
rpm-setup-abf20ac8d0c1283760ccb6d7162255f6937b0913.tar.bz2
rpm-setup-abf20ac8d0c1283760ccb6d7162255f6937b0913.tar.xz
rpm-setup-abf20ac8d0c1283760ccb6d7162255f6937b0913.zip
- fix typo in RequireS
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index cb53fca..6990189 100644
--- a/macros.in
+++ b/macros.in
@@ -563,7 +563,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} \
-Require(pre): python >= %minver, python < %maxver
+Requires(pre): python >= %minver, python < %maxver
#------------------------------------------------------------------------------
# Redefine RPM sections to allow jumping over them