From 0d41fbbdeaf1d6d9dcc797a98e38318ac5c60bb4 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 26 Dec 2005 19:15:21 +0000 Subject: - Fix PreReq, thanks neoclust to recall me this --- macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.in b/macros.in index 3afb4ae..251664f 100644 --- a/macros.in +++ b/macros.in @@ -557,7 +557,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} \ -PreReq: python >= %minver, python < %maxver +Require(pre): python >= %minver, python < %maxver #------------------------------------------------------------------------------ # Redefine RPM sections to allow jumping over them -- cgit v1.2.1