forked from pool/apache-sshd
Accepting request 1147838 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147838 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-sshd?expand=0&rev=25
This commit is contained in:
parent
64a95baeb1
commit
6e38368c74
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 11:07:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 22:17:57 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -63,8 +63,8 @@ This package provides %{name}.
|
||||
%setup -q
|
||||
|
||||
# Avoid optional dep on tomcat native APR library
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
rm -rf sshd-core/src/main/java/org/apache/sshd/agent/unix
|
||||
%pom_remove_dep -r tomcat:tomcat-apr
|
||||
|
Loading…
Reference in New Issue
Block a user