Commit b2b25589 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

obs/re6st: fix dependency of rpm and arch in case we use SLAPOS_EPOCH

the VERSION variable is calculated in wheel() which is called by
tarball.
parent 3f2b5454
Pipeline #38682 failed with stage
in 0 seconds
...@@ -226,7 +226,7 @@ def _template(task): ...@@ -226,7 +226,7 @@ def _template(task):
) )
open(task.output, 'w').write(output) open(task.output, 'w').write(output)
rpm, arch = (task((bootstrap, name + '.in'), DIST + '/' + name)(_template) rpm, arch = (task((tarball, name + '.in'), DIST + '/' + name)(_template)
for name in ("re6stnet.spec", "PKGBUILD")) for name in ("re6stnet.spec", "PKGBUILD"))
@task((tarball, deb, rpm, arch, "re6stnet.install", "re6st-node.rpmlintrc")) @task((tarball, deb, rpm, arch, "re6stnet.install", "re6st-node.rpmlintrc"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment