Fixes #23445
This commit is contained in:
parent
57c67f0c08
commit
669630ea83
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -192,7 +192,7 @@ sdist: clean docs
|
|||
sdist_upload: clean docs
|
||||
$(PYTHON) setup.py sdist upload 2>&1 |tee upload.log
|
||||
|
||||
rpmcommon: docs sdist
|
||||
rpmcommon: sdist
|
||||
@mkdir -p rpm-build
|
||||
@cp dist/*.gz rpm-build/
|
||||
@sed -e 's#^Version:.*#Version: $(VERSION)#' -e 's#^Release:.*#Release: $(RPMRELEASE)%{?dist}#' $(RPMSPEC) >rpm-build/$(NAME).spec
|
||||
|
|
Loading…
Reference in a new issue