Skip to content

Fix Koji Makefile & bump version to 0.0.1-2

Luis Fernandez Alvarez requested to merge lfernand/fix-koji-makefile into master

Koji makefile now redirects the sdist result to the current folder as Koji is using its own rpmbuild command to build (assuming the source file is in the current folder).

Before, I was assuming Koji would use the rpm target if given (wrong).

Merge request reports