1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

build: for buildinfo, post the specfile's content instead of its name... fixing introduced introduced with the last change

This commit is contained in:
Dr. Peter Poeml 2007-05-12 20:18:23 +00:00
parent d31041ef52
commit 59cf753cc8

View File

@ -245,7 +245,7 @@ def main(opts, argv):
store_read_package(os.curdir),
repo,
arch,
specfile=spec,
specfile=open(spec).read(),
addlist=opts.extra_pkgs))
except: