From 71baef2f89c300ffbf92578d2e4629cc607420cf2202b07f50d2d3cb075cf151 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 13 Apr 2023 13:22:52 +0000 Subject: [PATCH] Accepting request 1077759 from home:expeehaa:branches:server:monitoring - Remove web-ui archives during "make clean". OBS-URL: https://build.opensuse.org/request/show/1077759 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=71 --- Makefile | 2 +- golang-github-prometheus-prometheus.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34bc0fb..476f76e 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 + rm -f $(NAME)-*.tar $(NAME)-*.tar.gz web-ui-*.tar.gz tar: osc service disabledrun diff --git a/golang-github-prometheus-prometheus.changes b/golang-github-prometheus-prometheus.changes index 6323477..a02aa24 100644 --- a/golang-github-prometheus-prometheus.changes +++ b/golang-github-prometheus-prometheus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 6 15:50:42 UTC 2023 - Lukas Müller + +- Remove web-ui archives during "make clean". + ------------------------------------------------------------------- Wed Apr 5 11:28:56 UTC 2023 - Witek Bedyk