From 0caef3676d1187d3224f0f9370fd4e1f1f77272d9f32c768fc5d466fbf963a31 Mon Sep 17 00:00:00 2001 From: Witek Bedyk Date: Mon, 17 Apr 2023 13:52:44 +0000 Subject: [PATCH] Accepting request 1079209 from home:ojkastl_buildservice:Branch_server_monitoring Remove npm_licenses.tar.bz2 during "make clean" OBS-URL: https://build.opensuse.org/request/show/1079209 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=73 --- Makefile | 2 +- golang-github-prometheus-prometheus.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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