diff --git a/Makefile b/Makefile index 95a9b13..2ae999b 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ spec: pre ## Patch and build the cephadm spec file src: ## Download the cephadm sources according to the last hash $(SPECTOOL) -g SPECS/cephadm.spec -C SOURCES -f -srpm: ## Build the srpm +srpm: spec ## Build the srpm $(RPMBUILD) -bs $(PWD)/SPECS/cephadm.spec \ --define "_sourcedir $(PWD)/SOURCES" \ --define "_srcrpmdir $(PWD)/SRPMS" \