Don't clean after building the RPM

This commit is contained in:
Konrad Kleine 2024-07-02 16:07:43 +00:00
parent 5b13ad894f
commit edb4034ecd

View file

@ -33,7 +33,7 @@ local-rpm: setup
--buildrootdir $(BUILDROOTDIR) \
--define "yyyymmdd $(YYYYMMDD)" \
--define "_disable_source_fetch 0" \
-- $(SPEC)
-- $(SPEC) --noclean
.PHONY: local-clean
local-clean: