Accepting request 1148616 from Java:packages
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mojo-executor?expand=0&rev=5
This commit is contained in:
commit
2991492dc1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:51:22 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 10:33:14 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mojo-executor
|
||||
#
|
||||
# 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
|
||||
@ -51,7 +51,7 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-parent-%{version}
|
||||
%patch0 -p1
|
||||
%patch -P 0 -p1
|
||||
cp %{SOURCE1} .
|
||||
%pom_disable_module %{name}-maven-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user