From f96253787749208a476ddceb3a72d23bd27d9173eaf761247abf575cc6d9d0fe Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 21 Feb 2024 14:22:59 +0000 Subject: [PATCH] Accepting request 1148741 from home:ecsos:server - Adjustments patch macro for rpm 4.20. OBS-URL: https://build.opensuse.org/request/show/1148741 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=128 --- matomo.changes | 5 +++++ matomo.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/matomo.changes b/matomo.changes index 103e1da..3c602d3 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 13:44:26 UTC 2024 - ecsos + +- Adjustments patch macro for rpm 4.20. + ------------------------------------------------------------------- Mon Feb 5 14:01:26 UTC 2024 - ecsos diff --git a/matomo.spec b/matomo.spec index 57c0858..a4168ab 100644 --- a/matomo.spec +++ b/matomo.spec @@ -99,7 +99,7 @@ This subpackage contains the Apache configuration files %prep %setup -q -n %{name} -%patch1 -p1 +%patch -P 1 -p1 install -m644 %{SOURCE4} README.SUSE # remove unwanted files find . -type f "(" -name .htaccess -o -name .travis.sh -o -name .gitkeep ")" -delete