Accepting request 1148900 from Java:packages

rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eclipse-jgit?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-02-22 19:58:00 +00:00 committed by Git OBS Bridge
commit c4a45a1dfa
4 changed files with 22 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 21:55:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jan 12 15:25:10 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -91,12 +91,12 @@ A pure Java implementation of the Git version control system.
%prep
%setup -q -n jgit-%{gittag}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 6 -p1
# Disable multithreaded build
rm .mvn/maven.config

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 21:55:25 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jan 12 15:25:10 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -100,12 +100,12 @@ Group: Documentation/HTML
%prep
%setup -q -n jgit-%{gittag}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 6 -p1
# Disable multithreaded build
rm .mvn/maven.config