Fridrich Strba 2024-02-21 06:00:40 +00:00 committed by Git OBS Bridge
parent 605d6d1e58
commit afa590f026
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 06:00:34 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jan 26 08:10:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -123,10 +123,10 @@ API documentation for %{name}.
%setup -q -n %{base_name}-%{version}
%if %{with bootstrap}
cp %{SOURCE1} build.xml
%patch0 -p1
%patch -P 0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%pom_remove_dep :::test: