Sync from SUSE:SLFO:Main maven-jar-plugin revision cd5b157b244b69684aa721f588a96b91

This commit is contained in:
Adrian Schröter 2024-05-31 14:50:28 +02:00
parent c8a04e1fc0
commit b8c5543580
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 05:59:39 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 20 05:32:35 UTC 2023 - Fridrich Strba <fstrba@suse.com> Wed Sep 20 05:32:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package maven-jar-plugin
# #
# 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
@ -85,9 +85,9 @@ API documentation for %{name}.
%setup -q -n %{base_name}-%{version} %setup -q -n %{base_name}-%{version}
%if %{with bootstrap} %if %{with bootstrap}
cp %{SOURCE1} build.xml cp %{SOURCE1} build.xml
%patch0 -p1 %patch -P 0 -p1
%endif %endif
%patch1 -p1 %patch -P 1 -p1
# Remove all dependencies with scope test, since a raw xmvn does not hide them # Remove all dependencies with scope test, since a raw xmvn does not hide them
%pom_remove_dep -r :::test: %pom_remove_dep -r :::test: