diff --git a/libtcnative-1-0.spec b/libtcnative-1-0.spec index 6d79759dd9ab1e3914a9083006e39a5a715ef9ea..77f44cd84f0c282837e20678ef8ec89224f5214d 100644 --- a/libtcnative-1-0.spec +++ b/libtcnative-1-0.spec @@ -1,6 +1,6 @@ Name: libtcnative-1-0 Version: 1.2.23 -Release: 3 +Release: 4 Summary: JNI wrappers for Apache Portable Runtime for Tomcat License: Apache-2.0 Url: https://tomcat.apache.org/tomcat-7.0-doc/apr.html @@ -12,6 +12,8 @@ Source2: %{name}.keyring BuildRequires: fdupes java-devel javapackages-tools apr-devel gcc BuildRequires: openssl-devel >= 1.0.2 pkgconfig Provides: tcnative = %{version} +Provides: tomcat-native = %{version} +Obsoletes: tomcat-native < %{version} %description Tomcat can use the Apache Portable Runtime to provide superior @@ -77,6 +79,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/libtcnative-1.a %changelog +* Wed Nov 10 2021 caodongxia - 1.2.23-4 +- Obsoletes tomcat-native + * Tue Jun 08 2021 wulei - 1.2.23-3 - fixes failed: error: C compiler cannot create executables