diff --git a/Makefile b/Makefile index 476f76e..22c7b58 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SPEC = golang-github-prometheus-prometheus.spec default: clean tar clean: - rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz + rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz npm_licenses.tar.bz2 tar: osc service disabledrun diff --git a/golang-github-prometheus-prometheus.changes b/golang-github-prometheus-prometheus.changes index a02aa24..4d08260 100644 --- a/golang-github-prometheus-prometheus.changes +++ b/golang-github-prometheus-prometheus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 13 13:23:41 UTC 2023 - Johannes Kastl + +- Remove npm_licenses.tar.bz2 during "make clean" + ------------------------------------------------------------------- Thu Apr 6 15:50:42 UTC 2023 - Lukas Müller