mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user