Fridrich Strba 2024-02-20 14:32:39 +00:00 committed by Git OBS Bridge
parent 00dad0fa6e
commit fb9daaa1b7
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:32:33 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 18 16:29:44 UTC 2022 - Fridrich Strba <fstrba@suse.com> Fri Mar 18 16:29:44 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xml-commons-resolver # spec file for package xml-commons-resolver
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -68,8 +68,8 @@ Javadoc for %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch -P 0 -p1
%patch1 -p1 %patch -P 1 -p1
cp %{SOURCE5} pom.xml cp %{SOURCE5} pom.xml