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