forked from pool/logback
rpm 4.20 compat
OBS-URL: https://build.opensuse.org/package/show/Java:packages/logback?expand=0&rev=18
This commit is contained in:
parent
4b4e264880
commit
5bb516049d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user