diff --git a/maven-bundle-plugin.changes b/maven-bundle-plugin.changes index 3784d8e..b418992 100644 --- a/maven-bundle-plugin.changes +++ b/maven-bundle-plugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:49:57 UTC 2024 - Gus Kenion + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Sep 2 22:17:38 UTC 2023 - Fridrich Strba diff --git a/maven-bundle-plugin.spec b/maven-bundle-plugin.spec index a944a4e..29b6e41 100644 --- a/maven-bundle-plugin.spec +++ b/maven-bundle-plugin.spec @@ -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