Accepting request 1148397 from Java:packages
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-resources-plugin?expand=0&rev=8
This commit is contained in:
commit
4ce1c965df
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 06:02:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 06:06:31 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package maven-resources-plugin
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -85,7 +85,7 @@ API documentation for %{name}.
|
||||
%setup -q -n %{base_name}-%{version}
|
||||
%if %{with bootstrap}
|
||||
cp %{SOURCE1} build.xml
|
||||
%patch0 -p1
|
||||
%patch -P 0 -p1
|
||||
%endif
|
||||
|
||||
# Remove all dependencies with scope test, since a raw xmvn does not hide them
|
||||
|
Loading…
x
Reference in New Issue
Block a user