Accepting request 1148598 from Java:packages

rpm 4.20 compat

OBS-URL: https://build.opensuse.org/request/show/1148598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/logback?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-02-21 17:00:08 +00:00 committed by Git OBS Bridge
commit a02f109be7
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:48:45 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Sep 9 14:35:55 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package logback
#
# 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
@ -86,8 +86,8 @@ chmod -x README.md LICENSE.txt
find . -type f -exec chmod -x {} \;
chmod +x %{name}-examples/src/main/resources/setClasspath.sh
%patch0 -p1
%patch1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :findbugs-maven-plugin