don't shhow version changes in the 32 bit / avx copies

This commit is contained in:
Arjan van de Ven
2019-07-05 13:02:00 +00:00
parent 48d06e458d
commit c2d637b438
2 changed files with 2 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ autospec: preautospec-checks pullrebase localreponotice clean-old-content
git commit --amend --no-edit Change* ; \
fi
@$(MAKE) -s for-review.txt
diffstat for-review.txt
@printf "\n**\n"
@printf "** NOTICE: A patch with changes is available in the file for-review.txt\n"
@printf "** To recreate (e.g., after git commit --amend), run make for-review.txt\n"

View File

@@ -265,6 +265,7 @@ def main():
zap_line_in_file_start(".spec", "%description dev")
zap_line_in_file_start(".spec", "%description license")
zap_line_in_file_start(".spec", "%package doc")
zap_line_in_file_start(".spec", "cp -a ")
zap_line_in_file_start("b/Makefile", "URL =")
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")