Draft: Backporting fill-versions logic
Part one of backporting NG spec file workflow to older streams with rpm <= 4.17
Idea here is that depending on build target (R9/c9s or R10/c10s) fill-versions.sh would populate spec file with versions in different ways
- Fancy rpm macros (rpm > 4.17), that resolve versions at buildtime
- Bash script that simply fills spec file with %global variables at 'make update'-time
TODO:
- Continue with another lua function: nodejs_declare_bundled()
- Perhaps move this parsing logic someplace else (not Makefile), open to suggestions