Fridrich Strba 2024-02-20 14:40:07 +00:00 committed by Git OBS Bridge
parent 6c09804e5a
commit a2ad1ef844
6 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:39:44 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -60,8 +60,8 @@ artifact metadata and a generic help goal.
%prep
%setup -q -n %{base_name}-%{version} -a1
%patch0 -p1
%patch20
%patch -P 0 -p1
%patch -P 20
%pom_remove_plugin -r :maven-enforcer-plugin

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:39:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -70,7 +70,7 @@ API documentation for %{name}.
%prep
%setup -q -n %{base_name}-%{version}
%patch0 -p1
%patch -P 0 -p1
%pom_remove_plugin -r :maven-enforcer-plugin

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 14:39:46 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -147,7 +147,7 @@ API documentation for %{name}.
%prep
%setup -q -a1
%patch0 -p1
%patch -P 0 -p1
%pom_remove_plugin -r :maven-enforcer-plugin