Gus Kenion 2024-02-21 10:51:25 +00:00 committed by Git OBS Bridge
parent 08aab69a53
commit 0e5708326e
2 changed files with 7 additions and 2 deletions

View File

@ -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> Thu Oct 26 10:33:14 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mojo-executor # 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 # 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
@ -51,7 +51,7 @@ API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-parent-%{version} %setup -q -n %{name}-%{name}-parent-%{version}
%patch0 -p1 %patch -P 0 -p1
cp %{SOURCE1} . cp %{SOURCE1} .
%pom_disable_module %{name}-maven-plugin %pom_disable_module %{name}-maven-plugin
%pom_remove_plugin :jacoco-maven-plugin %pom_remove_plugin :jacoco-maven-plugin