diff --git a/rpm/Makefile b/rpm/Makefile index 1cde81e9..6a66d39a 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -24,7 +24,7 @@ CP_P := cp -p # In some environment this command can be called `gsha1sum' or `digest'. SHA1SUM := sha1sum ZIP := zip -9 -PYTHON_VERSION := 2.7 +PYTHON_VERSION := 2.6 PYTHON := python$(PYTHON_VERSION) # Our "source tree" is in the parent directory, always. diff --git a/rpm/tcollector.spec b/rpm/tcollector.spec index bf5ee700..70c028bc 100644 --- a/rpm/tcollector.spec +++ b/rpm/tcollector.spec @@ -20,7 +20,7 @@ License: LGPLv3+ Summary: Data collection framework for OpenTSDB URL: http://opentsdb.net/tcollector.html Provides: tcollector = @PACKAGE_VERSION@-@RPM_REVISION@_@GIT_SHORTSHA1@ -Requires: python(abi) = @PYTHON_VERSION@ +Requires: python(abi) >= @PYTHON_VERSION@ %description The tcollector package includes two subpackages. The base tcollector