Fridrich Strba 2024-02-21 15:10:49 +00:00 committed by Git OBS Bridge
parent b5ba7bbedd
commit 5d5ef6ff70
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 15:10:43 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Jan 30 07:13:33 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -179,11 +179,11 @@ BuildArch: noarch
%prep
%setup -q -n apache-%{name}-%{version} -a10
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
# not really used during build, but a precaution
find -name '*.jar' -not -path '*/test/*' -delete