Sync from SUSE:SLFO:Main maven-bundle-plugin revision ede0cf71716fc3e659090f778e36f4d6

This commit is contained in:
Adrian Schröter 2024-05-31 14:48:28 +02:00
parent 10d1aa1088
commit 501c1b69bc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:49:57 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Sep 2 22:17:38 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-bundle-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
@ -68,7 +68,7 @@ API documentation for %{name}.
%prep
%setup -q
%patch0 -p1
%patch -P 0 -p1
find -name '*.jar' -delete