SHA256
1
0
forked from pool/logback
Gus Kenion 2024-02-21 10:48:49 +00:00 committed by Git OBS Bridge
parent 4b4e264880
commit 5bb516049d
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> Sat Sep 9 14:35:55 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

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