1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

adjust for change in build.rpm, where /usr/lib/build/debsort was removed. Look

for debtransform program instead in order to determine if build.rpm is new
enough.
This commit is contained in:
Dr. Peter Poeml 2007-06-14 08:34:02 +00:00
parent 04b63a2085
commit 48349f67b9

View File

@ -1096,7 +1096,7 @@ class Osc(cmdln.Cmdln):
import osc.build
if not os.path.exists('/usr/lib/build/debsort'):
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('See http://software.opensuse.org/download/openSUSE:/Tools/\n')
return 1