forked from pool/netty-tcnative
Compare commits
11 Commits
a68bed872a
...
c340c01c24
Author | SHA256 | Date | |
---|---|---|---|
c340c01c24 | |||
56f945c335 | |||
18c7dd2f6b | |||
c528de964b | |||
5e32decbd0 | |||
640e90cf87 | |||
aaa6d6f3c6 | |||
e42bfdd090 | |||
d5fde8583b | |||
dcc2e3564c | |||
a0a30b7e6c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a77d22a346652f22f6e78253b915f0bc94bd02b830df2a7a115ea8314923597
|
||||
size 214425
|
3
netty-tcnative-parent-2.0.72.Final.tar.gz
Normal file
3
netty-tcnative-parent-2.0.72.Final.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6576e7e7f6b313e6795a5377b8c8761511f02d65ba4a11c0416525274a2ab565
|
||||
size 216692
|
1
netty-tcnative-rpmlintrc
Normal file
1
netty-tcnative-rpmlintrc
Normal file
@@ -0,0 +1 @@
|
||||
addFilter("shlib-policy-name-error")
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 10:41:38 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 2.0.72 Final
|
||||
* No formal changelog present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 14:40:41 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 2.0.70 Final
|
||||
* No formal changelog present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 17:49:28 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 2.0.69 Final
|
||||
* No formal changelog present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 13:27:19 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package netty-tcnative
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@
|
||||
%define with_gcc 11
|
||||
%endif
|
||||
Name: netty-tcnative
|
||||
Version: 2.0.68
|
||||
Version: 2.0.72
|
||||
Release: 0
|
||||
Summary: Fork of Tomcat Native with improved OpenSSL and mavenized build
|
||||
License: Apache-2.0
|
||||
@@ -31,8 +31,8 @@ URL: https://github.com/netty/netty/wiki/Forked-Tomcat-Native
|
||||
Source0: https://github.com/netty/netty-tcnative/archive/%{name}-parent-%{namedversion}.tar.gz
|
||||
Source1: fixLibNames.patch.in
|
||||
Source2: https://repo1.maven.org/maven2/io/netty/netty-jni-util/0.0.9.Final/netty-jni-util-0.0.9.Final-sources.jar
|
||||
Source100: %{name}-rpmlintrc
|
||||
BuildRequires: apr-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc%{?with_gcc}-c++
|
||||
BuildRequires: java-devel >= 1.8
|
||||
@@ -103,6 +103,8 @@ sed "s;@PATH@;%{_libdir};g" < %{SOURCE1} | patch -p1
|
||||
|
||||
%pom_remove_plugin :maven-scm-plugin boringssl-static
|
||||
|
||||
%pom_remove_plugin :maven-source-plugin openssl-classes
|
||||
|
||||
# Tell xmvn to install attached artifact, which it does not
|
||||
# do by default. In this case install all attached artifacts with
|
||||
# the linux classifier.
|
||||
|
Reference in New Issue
Block a user