mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01: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:
parent
d31041ef52
commit
59cf753cc8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user