Accepting request 1148109 from Java:packages

rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-plugin-tools?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-02-20 20:15:49 +00:00 committed by Git OBS Bridge
commit c38079dd3e
6 changed files with 24 additions and 9 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

@ -1,7 +1,7 @@
#
# spec file
# spec file for package maven-plugin-plugin-bootstrap
#
# 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
@ -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

@ -1,7 +1,7 @@
#
# spec file for package maven-plugin-plugin
#
# 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
@ -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

@ -1,7 +1,7 @@
#
# spec file for package maven-plugin-tools
#
# 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
@ -40,7 +40,7 @@ BuildRequires: maven-reporting-api
BuildRequires: maven-resolver-api
BuildRequires: maven-wagon-provider-api
BuildRequires: modello >= 2.0.0
BuildRequires: objectweb-asm
BuildRequires: objectweb-asm >= 9.5
BuildRequires: plexus-ant-factory
BuildRequires: plexus-archiver
BuildRequires: plexus-bsh-factory
@ -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