This commit is contained in:
parent
da47e022c4
commit
0bd0590a91
@ -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>
|
Fri Jan 26 08:10:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -123,10 +123,10 @@ API documentation for %{name}.
|
|||||||
%setup -q -n %{base_name}-%{version}
|
%setup -q -n %{base_name}-%{version}
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
cp %{SOURCE1} build.xml
|
cp %{SOURCE1} build.xml
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
|
|
||||||
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
|
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
|
||||||
%pom_remove_dep :::test:
|
%pom_remove_dep :::test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user