1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

fix error message which osc issues if build package is too old

This commit is contained in:
Dr. Peter Poeml 2007-07-19 10:49:30 +00:00
parent ad9517cb81
commit a9dbc4bb1d

View File

@ -1366,7 +1366,7 @@ class Osc(cmdln.Cmdln):
import osc.build
if not os.path.exists('/usr/lib/build/debtransform'):
sys.stderr.write('Error: you need build.rpm with version 2006.6.14 or newer.\n')
sys.stderr.write('Error: you need build.rpm with version 2007.3.12 or newer.\n')
sys.stderr.write('See http://download.opensuse.org/repositories/openSUSE:/Tools/\n')
return 1