Dominique Leuenberger 2023-04-18 13:52:20 +00:00 committed by Git OBS Bridge
commit 8ba49b5508
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 13 13:23:41 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- Remove npm_licenses.tar.bz2 during "make clean"
-------------------------------------------------------------------
Thu Apr 6 15:50:42 UTC 2023 - Lukas Müller <expeehaa@outlook.com>